/** * @description table表格 * * @date 创建时间 2022-10-18 15:49 * @author 开发人员 */ import React from "react"; import type { TableProps, ColumnProps } from "../../Table"; declare const BasicCustomTable: React.FC; export { ColumnProps }; export default BasicCustomTable;