UNPKG

@patternfly/elements

Version:
5 lines (4 loc) 223 B
// pf-label/pf-label.js import type { ReactWebComponent } from '@lit/react'; import type { PfLabel } from '@patternfly/elements/pf-label/pf-label.js'; export const Label: ReactWebComponent<PfLabel, { onClose: 'close' }>;