Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Utility interface for the internal Select component logic.
interface Option {
label: string;
value: string;
}
Components that use this type.
Types with similar roles.