New Changes with Table Component

This commit is contained in:
2025-10-27 12:55:37 +05:30
parent 7c5274e2f1
commit b09a06e875
7 changed files with 838 additions and 2 deletions
+3 -1
View File
@@ -17,5 +17,7 @@ export { default as Panel } from "./components/Panel.astro";
export { default as PasswordField } from "./components/PasswordField.astro";
export { default as ThemeSwitcher } from "./components/ThemeSwitcher.astro";
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 { cn } from "./utils/cn.js";
export type { Column, TableProps } from "./types/table/types.js";