UNPKG

@patternfly/elements

Version:
5 lines (4 loc) 265 B
// pf-chip/pf-chip-group.js import type { ReactWebComponent } from '@lit/react'; import type { PfChipGroup } from '@patternfly/elements/pf-chip/pf-chip-group.js'; export const ChipGroup: ReactWebComponent<PfChipGroup, { onExpand: 'expand'; onRemove: 'remove' }>;