UNPKG

tdesign-react

Version:
10 lines (9 loc) 498 B
import React, { RefAttributes } from 'react'; import { TableRowData } from './type'; import { PrimaryTableProps, PrimaryTableRef } from './interface'; import { StyledProps } from '../common'; export { BASE_TABLE_ALL_EVENTS } from './BaseTable'; export interface TPrimaryTableProps extends PrimaryTableProps, StyledProps { } declare const _default: <T extends TableRowData = TableRowData>(props: PrimaryTableProps<T> & RefAttributes<PrimaryTableRef>) => React.ReactElement; export default _default;