@rhds/elements
Version:
Red Hat Design System Elements
5 lines (4 loc) • 310 B
TypeScript
// elements/rh-audio-player/rh-audio-player-subscribe.js
import type { ReactWebComponent } from '@lit/react';
import type { RhAudioPlayerSubscribe } from '@rhds/elements/elements/rh-audio-player/rh-audio-player-subscribe.js';
export const AudioPlayerSubscribe: ReactWebComponent<RhAudioPlayerSubscribe, {}>;