UNPKG

@findnlink/neuro-ui

Version:
4 lines (3 loc) 161 B
/// <reference types="react" /> import { GridProps } from './Grid.types'; export declare const Grid: ({ children, center, ...props }: GridProps) => JSX.Element;