UNPKG

@lunalytics/ui

Version:

React based component library created to be used in Lunalytics

7 lines (6 loc) 245 B
import { ModalProps } from '../../types/components/modal'; declare const Modal: { ({ children, title, actions, onClose, size, height, }: ModalProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default Modal;