New Changes with Table

This commit is contained in:
2025-11-11 16:43:28 +05:30
parent 10efcc30dc
commit 8c398a1f8a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ export { default as TimePicker } from "./components/TimePicker.astro";
export { default as Table } from "./components/Table.astro";
export { default as Tooltip } from "./components/Tooltip.astro";
export { cn } from "./utils/cn.js";
export type { Column, TableProps, TableResponse, TableRequestBody, ClientFetchOptions, ClientFilter, ClientJoin } from "./types/table/types.js";
export type { Column, TableProps, TableResponse, TableRequest, TableRequestBody, ClientFetchOptions, ClientFilter, ClientJoin } from "./types/table/types.js";