UNPKG

@fesjs/fes-design

Version:
13 lines (12 loc) 490 B
import type { SFCWithInstall } from '../_util/interface'; import Table from './table'; import Column from './column'; type TableType = SFCWithInstall<typeof Table>; type ColumnType = SFCWithInstall<typeof Column>; export { tableProps } from './table'; export type { TableProps } from './table'; export declare const FTable: TableType; export { columnProps } from './column'; export type { ColumnProps } from './column'; export declare const FTableColumn: ColumnType; export default FTable;