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.

5 lines 247 B
import React from 'react'; import type { TableProps, TableColumn, TableRow } from '../../../types/components'; export type { TableProps, TableColumn, TableRow }; export declare const Table: React.FC<TableProps>; //# sourceMappingURL=Table.d.ts.map