ConfigPanelEnumSelectionView

struct ConfigPanelEnumSelectionView<EnumType: CaseIterable & RawRepresentable>: View
    where EnumType.RawValue == String

Undocumented