import { Row } from '../grid';
import { withInstall } from '../_util/type';

export type { RowProps } from '../grid';

export default withInstall(Row);