New Changes with Table
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 { Column, TableProps } from "../src/types/table/types.js";
|
||||
export { Column, TableProps, FetchTableRequest } from "../src/types/table/types.js";
|
||||
`;
|
||||
|
||||
const indexDts = `/* Auto-generated types (lightweight) */
|
||||
@@ -63,7 +63,7 @@ export const Tooltip: any;
|
||||
export const VideoPlayer: any;
|
||||
export const WebRtcPlayer: any;
|
||||
export function cn(...classes: Array<string | number | false | null | undefined>): string;
|
||||
export type { Column, TableProps } from "../src/types/table/types.js";
|
||||
export type { Column, TableProps, FetchTableRequest } from "../src/types/table/types.js";
|
||||
`;
|
||||
|
||||
fs.writeFileSync(path.join(distDir, "index.js"), indexJs, "utf8");
|
||||
|
||||
+1
-1
@@ -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";
|
||||
Reference in New Issue
Block a user