index.js 108 B

123
  1. import { Row } from '../grid';
  2. import { withInstall } from '../_util/type';
  3. export default withInstall(Row);