UNPKG

tanuki-ui

Version:

HTML-first React component library with semantic elements, multi-OS themes, and production-ready visual node editor

7 lines (6 loc) 235 B
import { default as React } from 'react'; import { PopupLayoutProps } from './parts/PopupLayout'; export declare const Modal: { ({ open, onClose, children, potal }: PopupLayoutProps): React.JSX.Element; displayName: string; };