UNPKG

@patternfly/elements

Version:
5 lines (4 loc) 257 B
// pf-jump-links/pf-jump-links.js import type { ReactWebComponent } from '@lit/react'; import type { PfJumpLinks } from '@patternfly/elements/pf-jump-links/pf-jump-links.js'; export const JumpLinks: ReactWebComponent<PfJumpLinks, { onToggle: 'toggle' }>;