UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

8 lines (7 loc) 300 B
import React, { ReactElement } from 'react'; import { IGridProps } from './types'; declare function Grid({ children, className, style, gutter, wrap, align, justify, }: IGridProps): ReactElement; declare namespace Grid { var Col: React.FC<import("./Col").IColProps>; } export default Grid;