@nation-a/ui 0.13.0 → 0.13.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.cjs +5460 -1675
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5460 -1675
- package/dist/index.js.map +1 -1
- package/dist/types/components/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -11,4 +11,5 @@ export { default as Input, type InputProps } from './Input';
|
|
|
11
11
|
export { default as TextArea, type TextAreaProps } from './TextArea';
|
|
12
12
|
export { default as Tabs, type TabsProps } from './Tabs';
|
|
13
13
|
export { default as Toast, type ToastProps } from './Toast';
|
|
14
|
+
export { default as Select, type SelectProps } from './Select';
|
|
14
15
|
export * from './Layout';
|