UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

5 lines (4 loc) 249 B
import { type TableProps } from '../../index.js'; declare const Table: import("svelte").Component<TableProps, {}, "hiddenColumns" | "sortedColumns" | "selectedRows" | "selectAllChecked">; type Table = ReturnType<typeof Table>; export default Table;