UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 118 B
import { Row } from '../grid'; import type { RowProps } from '../grid'; export type { RowProps }; export default Row;