UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 232 B
import { RsRefForwardingComponent, WithAsProps } from '../../internals/types'; export interface GridProps extends WithAsProps { rows: any[]; } declare const Grid: RsRefForwardingComponent<'div', GridProps>; export default Grid;