New Changes with Table Component
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user