UNPKG

@onwave/ui

Version:
11 lines (10 loc) 240 B
import React from "react"; declare type Props = { opener?: React.ReactElement<{ onClick: () => void; }>; className?: string; onClose?: () => void; }; export declare const Modal: React.FC<Props>; export {};