UNPKG

rsuite

Version:

A suite of react components

8 lines (7 loc) 274 B
import { RsRefForwardingComponent, WithAsProps } from '../../internals/types'; export interface GridRowProps extends WithAsProps { weekendDate?: Date; rowIndex?: number; } declare const GridRow: RsRefForwardingComponent<'div', GridRowProps>; export default GridRow;