feat: extended the smartfileinput and add a global useFileViewer

This commit is contained in:
Nathnael
2026-07-03 06:57:22 +00:00
parent 1611c6be22
commit 33ca30461e
3 changed files with 113 additions and 21 deletions

View File

@@ -20,6 +20,8 @@ export type {
ViewableFile,
} from "./components/FileViewer";
export { useFileViewer } from "./hooks/useFileViewer";
export { OperationDatePicker } from "./components/OperationDatePicker";
export type { OperationDatePickerProps } from "./components/OperationDatePicker";