UNPKG

bitmovin-player-ui

Version:
8 lines (7 loc) 260 B
import { AnyComponent } from '../types'; /** * Returns the HTML elements associated to the provided component. * * @param component The component to get the HTML elements from */ export declare function toHtmlElement(component: AnyComponent): HTMLElement;