UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 251 B
// rh-jump-links/rh-jump-links.js import type { ReactWebComponent } from '@lit/react'; import type { RhJumpLinks } from '@rhds/elements/rh-jump-links/rh-jump-links.js'; export const JumpLinks: ReactWebComponent<RhJumpLinks, { onToggle: 'toggle' }>;