index.tsx 179 B

1234567
  1. import Row from './row';
  2. import Col from './col';
  3. export { Row, Col };
  4. export type { ColSize, ColProps } from './col';
  5. export type { Breakpoint, Gutter, RowProps } from './row';