interface ReactFormCombinedRadioSelectProps {
    otherItemsLabel: string;
    priorityItemValue: string;
}

Properties

otherItemsLabel: string
priorityItemValue: string

Generated using TypeDoc