UNPKG

@atlaskit/modal-dialog

Version:

A modal dialog displays content that requires user interaction, in a layer above the page.

5 lines (4 loc) 220 B
import React from 'react'; import { type ModalDialogProps } from './internal/components/modal-wrapper'; export type { ModalDialogProps }; export default function ModalWrapper(props: ModalDialogProps): React.JSX.Element;