ant-design/components/row/index.ts
叶枫 502dac12aa
docs: format code (#48309)
* docs: fix code

* feat: lint

* feat: prettier

* feat: test

* feat: review

* feat: format html

* feat: format html
2024-04-08 14:04:08 +08:00

6 lines
119 B
TypeScript

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