SelectOption interface presentation exported
Last updated: 2026-03-04T23:21:38.428Z
Metrics
LOC: 4
Complexity: 1
Params: 0
Signature
interface SelectOption
Source Code
export interface SelectOption {
value: string;
label: string;
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| escHtml | uses |
Impact (Incoming)
| Source | Type |
|---|---|
| SearchableSelectPreactProps | uses |