UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 231 B
import { RsRefForwardingComponent, WithAsProps } from '../@types/common'; export interface TableProps extends WithAsProps { rows: any[]; } declare const Table: RsRefForwardingComponent<'div', TableProps>; export default Table;