diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-28 20:30:23 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-28 20:30:23 +0900 |
| commit | 9cabe879404f1ec05dbf4e65d55162b5573aeced (patch) | |
| tree | 942d54a4e21fa9ce757e92191060c88b7a4b241e /components/client-table/index.ts | |
| parent | 748f68bb7b5d02450664651ae5025c9a38fb71a5 (diff) | |
(김준회) dynamic table - init
Diffstat (limited to 'components/client-table/index.ts')
| -rw-r--r-- | components/client-table/index.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/components/client-table/index.ts b/components/client-table/index.ts new file mode 100644 index 00000000..2b3a1645 --- /dev/null +++ b/components/client-table/index.ts @@ -0,0 +1,7 @@ +export * from "./client-virtual-table" +export * from "./client-table-column-header" +export * from "./client-table-filter" +export * from "./client-table-view-options" +export * from "./export-utils" +export * from "./import-utils" +export * from "./types" |
