2019-01-12 03:33:27 +00:00
|
|
|
import { Row } from '../grid';
|
2020-11-01 07:03:33 +00:00
|
|
|
import { withInstall } from '../_util/type';
|
2018-09-19 05:21:57 +00:00
|
|
|
|
2021-06-23 15:08:16 +00:00
|
|
|
export type { RowProps } from '../grid';
|
2021-06-23 13:47:53 +00:00
|
|
|
|
2020-11-01 07:03:33 +00:00
|
|
|
export default withInstall(Row);
|