UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 225 B
// rh-audio-player/rh-cue.js import type { ReactWebComponent } from '@lit/react'; import type { RhCue } from '@rhds/elements/rh-audio-player/rh-cue.js'; export const Cue: ReactWebComponent<RhCue, { onCueseek: 'cueseek' }>;