@bigtablet/design-system 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -158,4 +158,4 @@ declare const SkeletonCard: () => react_jsx_runtime.JSX.Element;
|
|
|
158
158
|
|
|
159
159
|
declare const SkeletonList: () => react_jsx_runtime.JSX.Element;
|
|
160
160
|
|
|
161
|
-
export { Alert, AlertProvider, Button, Card, Checkbox, FileInput, Loading, Modal, Pagination, Radio, Select, SkeletonCard, SkeletonList, Switch, TextField, ToastProvider, useAlert, useToast };
|
|
161
|
+
export { Alert, AlertProvider, Button, Card, Checkbox, FileInput, Loading, Modal, Pagination, Radio, Select, type SelectOption, SkeletonCard, SkeletonList, Switch, TextField, ToastProvider, useAlert, useToast };
|