- Preparing search index...
- The search index is not available
@healthhero
- Dropdown(props: PropsWithChildren<{
className?: string;
onChange: ((event: ChangeEvent<HTMLSelectElement>) => void);
options: Option[];
value: string | number;
}>, context?: any): null | ReactElement<any, any>
-
Parameters
-
props: PropsWithChildren<{
className?: string;
onChange: ((event: ChangeEvent<HTMLSelectElement>) => void);
options: Option[];
value: string | number;
}>
-
Optional
context: any
Returns null | ReactElement<any, any>