UNPKG

@findnlink/ui

Version:
4 lines (3 loc) 188 B
/// <reference types="react" /> import { ModalProps } from './Modal.types'; export declare const Modal: ({ children, open, onClose, type, onConfirm, i18n }: ModalProps) => JSX.Element;