import { Table } from "./table";
export type { TableColumnProps, TaroTableProps as TableProps } from "../../types";
export default Table;
