UNPKG

infinity-forge

Version:
3 lines (2 loc) 178 B
import { OverlayProps } from './interfaces.js'; export declare function Overlay({ children, onClick, zIndex, isExiting }: OverlayProps): import("react/jsx-runtime").JSX.Element;