mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 13:05:44 +00:00
feat: build a global smart file input field
This commit is contained in:
@@ -4,6 +4,9 @@ export type { TableProps, TableColumn } from "./components/Table";
|
||||
export { FormField } from "./components/Form";
|
||||
export type { FormFieldProps } from "./components/Form";
|
||||
|
||||
export { default as SmartFileInput } from "./components/SmartFileInput";
|
||||
export type { SmartFileInputProps } from "./components/SmartFileInput";
|
||||
|
||||
export { default as Modal } from "./components/Modal";
|
||||
export type { ModalProps } from "./components/Modal";
|
||||
|
||||
@@ -26,3 +29,4 @@ export * from "./components/card";
|
||||
export * from "./components/dropdown-menu";
|
||||
export * from "./components/data-table";
|
||||
export * from "./components/dialog";
|
||||
export * from "./components/SmartFileInput";
|
||||
|
||||
Reference in New Issue
Block a user