UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

5 lines (4 loc) 318 B
// rh-video-embed/rh-video-embed.js import type { ReactWebComponent } from '@lit/react'; import type { RhVideoEmbed } from '@rhds/elements/rh-video-embed/rh-video-embed.js'; export const VideoEmbed: ReactWebComponent<RhVideoEmbed, { onConsentClick: 'consent-click'; onRequestPlay: 'request-play'; onPlay: 'play' }>;