6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
import { Table } from './table'
|
|
|
|
export * from './table'
|
|
|
|
export default Table
|