UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 250 B
import { RsRefForwardingComponent, WithAsProps } from '../@types/common'; export interface TableRowProps extends WithAsProps { weekendDate?: Date; } declare const TableRow: RsRefForwardingComponent<'div', TableRowProps>; export default TableRow;