@alicloud/console-components
Version:
Alibaba Cloud React Components
6 lines (5 loc) • 488 B
TypeScript
import Grid from './rc-mod';
export default Grid;
export declare const GridRow: import("./types").TGridRowComponent;
export declare const GridCol: import("./types").TGridColComponent;
export type { IGridProps as GridProps, IGridRowProps as GridRowProps, IGridColProps as GridColProps, TGridComponent as GridComponent, TGridRowComponent as GridRowComponent, TGridColComponent as GridColComponent, TGridRef as GridRef, TGridRowRef as GridRowRef, TGridColRef as GridColRef } from './types';