TimeDisplay( props: Omit< HTMLAttributes<TimeDisplay>, | "error" | "fullscreen" | "theoplayerUiObservedProperties" | "player" | "deviceType" | "streamType" | "playbackRate" | "activeVideoQuality" | "targetVideoQualities" | "previewTime" | "connectedCallback" | "attributeChangedCallback", > & EventListeners<{}> & Partial<Omit<TimeDisplay, keyof HTMLElement>> & RefAttributes< TimeDisplay, >,): ReactNode Parameters
- props: Omit<
HTMLAttributes<TimeDisplay>,
| "error"
| "fullscreen"
| "theoplayerUiObservedProperties"
| "player"
| "deviceType"
| "streamType"
| "playbackRate"
| "activeVideoQuality"
| "targetVideoQualities"
| "previewTime"
| "connectedCallback"
| "attributeChangedCallback",
> & EventListeners<{}> & Partial<Omit<TimeDisplay, keyof HTMLElement>> & RefAttributes<
TimeDisplay,
>
Returns ReactNode
See TimeDisplay in @theoplayer/web-ui.