Files

5 lines
118 B
TypeScript
Raw Permalink Normal View History

import { Row } from '../grid';
import type { RowProps } from '../grid';
export type { RowProps };
export default Row;