Skip to content

Commit

Permalink
fix(apple-settings): export MultiValue
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Aug 5, 2023
1 parent f42cee7 commit 55e55e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apple-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@config-plugins/apple-settings",
"version": "0.0.0",
"version": "0.0.1",
"description": "Config plugin to generate custom Apple settings UI",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/apple-settings/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export {
Switch,
TextField,
Title,
MultiValue,
} from "./models";

export { StaticSettings, AppleLocale };
Expand Down

0 comments on commit 55e55e5

Please sign in to comment.