add select type to table
This commit is contained in:
parent
71cf3d656e
commit
739ee87879
4 changed files with 104 additions and 12 deletions
5
src/components/Table/index.ts
Normal file
5
src/components/Table/index.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import Table, { HeaderType, type Header } from './Table';
|
||||
|
||||
export default Table;
|
||||
|
||||
export { HeaderType, type Header };
|
||||
Loading…
Add table
Add a link
Reference in a new issue