ChoiceProps: {
    initialOptions: [string, string] | [ChoiceOptionProps, ChoiceOptionProps];
    onChange: ((value) => void);
    value: string;
}

Type declaration

Generated using TypeDoc