UNPKG

@sertec/dialog

Version:
3 lines (2 loc) 154 B
import { DialogProps } from './types.js'; export declare function Dialog({ children, ...options }: DialogProps): import("react/jsx-runtime").JSX.Element;