flowbite-svelte
Version:
Flowbite components for Svelte
9 lines (8 loc) • 532 B
TypeScript
export { default as Table } from "./Table.svelte";
export { default as TableBody } from "./TableBody.svelte";
export { default as TableBodyCell } from "./TableBodyCell.svelte";
export { default as TableBodyRow } from "./TableBodyRow.svelte";
export { default as TableHeadCell } from "./TableHeadCell.svelte";
export { default as TableHead } from "./TableHead.svelte";
export { default as TableSearch } from "./TableSearch.svelte";
export { table, tableBodyRow, tableHead, tableBodyCell, tableHeadCell, tableSearch } from "./theme";