import { Table } from './table'; import './index.css'; export type { TableProps } from './table'; export type { TableColumnProps } from './type'; export default Table;