New Changes with Table

This commit is contained in:
2025-11-11 15:00:21 +05:30
parent a3bcd2cfbe
commit 4d250f3d70
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 } from "./types/table/types.js";
export type { Column, TableProps, FetchTableRequest } from "./types/table/types.js";