declare global { // eslint-disable-next-line @typescript-eslint/no-namespace namespace JSX { interface IntrinsicElements { "google-cast-launcher": React.DetailedHTMLProps< React.HTMLAttributes, HTMLElement >; } } } export function ChromeCastControl() { return ; }