TimeRange( props: Omit< HTMLAttributes<TimeRange>, | "disabled" | "max" | "min" | "onChange" | "onInput" | "value" | "step" | "error" | "fullscreen" | "theoplayerUiObservedProperties" | "player" | "deviceType" | "streamType" | "playbackRate" | "activeVideoQuality" | "targetVideoQualities" | "previewTime" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback", > & EventListeners<{ onChange: "change"; onInput: "input" }> & Partial< Omit<TimeRange, keyof HTMLElement>, > & RefAttributes<TimeRange>,): ReactNode Parameters
- props: Omit<
HTMLAttributes<TimeRange>,
| "disabled"
| "max"
| "min"
| "onChange"
| "onInput"
| "value"
| "step"
| "error"
| "fullscreen"
| "theoplayerUiObservedProperties"
| "player"
| "deviceType"
| "streamType"
| "playbackRate"
| "activeVideoQuality"
| "targetVideoQualities"
| "previewTime"
| "connectedCallback"
| "disconnectedCallback"
| "attributeChangedCallback",
> & EventListeners<{ onChange: "change"; onInput: "input" }> & Partial<
Omit<TimeRange, keyof HTMLElement>,
> & RefAttributes<TimeRange>
Returns ReactNode
See TimeRange in @theoplayer/web-ui.