UNPKG

@brizy/cloud-media-upload

Version:
7 lines (6 loc) 187 B
import { PropsWithChildren } from "react"; export interface ModalProps extends PropsWithChildren { rootContainer: HTMLElement; isOpen?: boolean; handleClose?: VoidFunction; }