index.d.ts 118 B

1234
  1. import { Row } from '../grid';
  2. import type { RowProps } from '../grid';
  3. export type { RowProps };
  4. export default Row;