UNPKG

@htsoft/aiza-wallet-connector

Version:
7 lines (6 loc) 199 B
import { ReactNode } from "react"; export declare const ModalOverlay: ({ children, canClose, modalName, }: { children: ReactNode; canClose: boolean; modalName: string; }) => JSX.Element;