Function TextTrackStyleRadioGroup

  • Parameters

    • props: Omit<
          HTMLAttributes<TextTrackStyleRadioGroup>,

              | "onChange"
              | "property"
              | "value"
              | "error"
              | "fullscreen"
              | "theoplayerUiObservedProperties"
              | "player"
              | "deviceType"
              | "streamType"
              | "playbackRate"
              | "activeVideoQuality"
              | "targetVideoQualities"
              | "previewTime"
              | "connectedCallback"
              | "disconnectedCallback"
              | "attributeChangedCallback",
      > & EventListeners<{ onChange: "change" }> & Partial<
          Omit<TextTrackStyleRadioGroup, keyof HTMLElement>,
      > & RefAttributes<TextTrackStyleRadioGroup>

    Returns ReactNode