Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Utility type for describing the context used within the Select component, keeping track of which select menu should be displayed at any given time.
interface SelectInstance {
close: () => void;
}
Components that use this type.
Types with similar roles.