UNPKG

@deep-foundation/deepcase

Version:

[![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/deep-foundation/deepcase) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label&color=purple)](https://discord.gg/deep-

8 lines (7 loc) 335 B
import React, { ReactNode } from 'react'; export declare const GridComponent: React.MemoExoticComponent<({ mountChildren, unmountChildren, executableComponent, fillSize, }: { mountChildren?: any; unmountChildren?: any; executableComponent?: ReactNode; fillSize: boolean; }) => import("react/jsx-runtime").JSX.Element>;