UNPKG

uyem

Version:
5 lines (4 loc) 214 B
/// <reference types="react" /> import { DialogProps } from '../../types'; declare function Dialog({ open, children, clientY, clientX, theme, width, height }: DialogProps<any>): JSX.Element; export default Dialog;