feat: build a global smart file input field

This commit is contained in:
ghost2023
2026-05-20 16:08:38 +03:00
parent 678a50a0e1
commit 995030a72c
2 changed files with 430 additions and 0 deletions

View File

@@ -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";