UNPKG

@codesandbox/api

Version:
5 lines (4 loc) 169 B
import type { ComponentChildren } from "preact"; export declare function ModalWrapper({ children }: { children: ComponentChildren; }): import("preact").JSX.Element;