UNPKG

@aliretail/react-materials-components

Version:
6 lines (5 loc) 152 B
/// <reference types="react" /> export declare const GridLayout: ({ children, ...props }: { [x: string]: any; children: any; }) => JSX.Element;