UNPKG

@patternfly/elements

Version:
5 lines (4 loc) 239 B
// pf-modal/pf-modal.js import type { ReactWebComponent } from '@lit/react'; import type { PfModal } from '@patternfly/elements/pf-modal/pf-modal.js'; export const Modal: ReactWebComponent<PfModal, { onOpen: 'open'; onClose: 'close' }>;