UNPKG

rsuite

Version:

A suite of react components

8 lines (7 loc) 255 B
import { WithAsProps, RsRefForwardingComponent } from '../@types/common'; export interface GridProps extends WithAsProps { /** Fluid layout */ fluid?: boolean; } declare const Grid: RsRefForwardingComponent<'div', GridProps>; export default Grid;