UNPKG

@rarcifa/cronos-design-system

Version:

A typescript react component library following the Cronos branding standards

4 lines (3 loc) 170 B
import { ReactElement } from 'react'; import { GridProps } from './interface'; export declare function Grid({ columns, isInline, ...props }: GridProps): ReactElement;