mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 22:39:34 +08:00
502dac12aa
* docs: fix code * feat: lint * feat: prettier * feat: test * feat: review * feat: format html * feat: format html
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import { Row } from '../grid';
|
|
import type { RowProps } from '../grid';
|
|
|
|
export type { RowProps };
|
|
export default Row;
|