New Changes with Table Component
This commit is contained in:
+3
-1
@@ -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";
|
||||
Reference in New Issue
Block a user