• Parameters

    • props: Omit<
          HTMLAttributes<RadioGroup>,

              | "onChange"
              | "error"
              | "fullscreen"
              | "theoplayerUiObservedProperties"
              | "player"
              | "deviceType"
              | "streamType"
              | "playbackRate"
              | "activeVideoQuality"
              | "targetVideoQualities"
              | "previewTime"
              | "connectedCallback"
              | "disconnectedCallback"
              | "focusedRadioButton"
              | "checkedRadioButton"
              | "firstRadioButton"
              | "lastRadioButton"
              | "allRadioButtons"
              | "setFocusedRadioButton"
              | "setCheckedRadioButton",
      > & EventListeners<{ onChange: "change" }> & Partial<
          Omit<RadioGroup, keyof HTMLElement>,
      > & RefAttributes<RadioGroup>

    Returns ReactNode