add select type to table

This commit is contained in:
Alexander Navarro 2023-09-24 11:58:29 -03:00
parent 71cf3d656e
commit 739ee87879
4 changed files with 104 additions and 12 deletions

View file

@ -0,0 +1,5 @@
import Table, { HeaderType, type Header } from './Table';
export default Table;
export { HeaderType, type Header };