UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 227 B
import { WithAsProps, RsRefForwardingComponent } from '../@types/common'; export interface RowProps extends WithAsProps { gutter?: number; } declare const Row: RsRefForwardingComponent<'div', RowProps>; export default Row;