• 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