SelectInputProps: {
    onChange: ((option) => void);
    options: SelectInputOption[];
    value?: string;
}

Type declaration

Generated using TypeDoc