Dom: {
render: (player: Player, container: string | HTMLElement) => void;
unmount: (container: string | HTMLElement) => void;
} = ...
Type Declaration
render: (player: Player, container: string | HTMLElement) => void
unmount: (container: string | HTMLElement) => void
Renders the Player into the supplied container