UNPKG

react-vite-themes

Version:

A test/experimental React theme system created for learning purposes. Features atomic design components, SCSS variables, and dark/light theme support. Not intended for production use.

3 lines 134 B
export { Table } from './Table'; export type { TableProps, TableColumn, TableRow } from './Table'; //# sourceMappingURL=index.d.ts.map