New Changes with Table Component

This commit is contained in:
2025-10-27 13:24:35 +05:30
parent db1063addd
commit 7013ec3d01
3 changed files with 49 additions and 95 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export { default as Table } from "../src/components/Table.astro";
export { default as VideoPlayer } from "../src/components/VideoPlayer.astro";
export { default as WebRtcPlayer } from "../src/components/WebRtcPlayer.astro";
export { cn } from "../src/utils/cn.js";
export type { Column, TableProps } from "../src/types/table/types.js";
export { Column, TableProps } from "../src/types/table/types.js";
`;
const indexDts = `/* Auto-generated types (lightweight) */