Refactor types organization for table component
This commit is contained in:
parent
deb95b355f
commit
c0683dafb3
12 changed files with 1490 additions and 1195 deletions
|
|
@ -1,5 +1 @@
|
|||
import Table, { HeaderType, type Header } from './Table';
|
||||
|
||||
export default Table;
|
||||
|
||||
export { HeaderType, type Header };
|
||||
export { default } from './Table';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue