UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

5 lines (4 loc) 220 B
import { ModalWindowlProps } from './modal-window'; export type ModalProps = ModalWindowlProps; export declare const Modal: (props: ModalProps) => import("react/jsx-runtime").JSX.Element; export * from './modal-window';