UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 233 B
import { DialogProps } from './types'; declare const Dialog: ({ open, modal, showClose, onClose, title, titleSize, closeBtnSize, titleBold, children, }: DialogProps) => import("react/jsx-runtime").JSX.Element; export default Dialog;