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)

graph LR SelectOption["SelectOption"] escHtml["escHtml"] SelectOption -->|uses| escHtml style SelectOption fill:#dbeafe,stroke:#2563eb,stroke-width:2px click SelectOption "cf3ca81a001c71b3.html" click escHtml "a8da31674bb8fbd0.html"
TargetType
escHtml uses

Impact (Incoming)

graph LR SelectOption["SelectOption"] SearchableSelectPreactProps["SearchableSelectPreactProps"] SearchableSelectPreactProps -->|uses| SelectOption style SelectOption fill:#dbeafe,stroke:#2563eb,stroke-width:2px click SelectOption "cf3ca81a001c71b3.html" click SearchableSelectPreactProps "d7a485bb75ce909c.html"
SourceType
SearchableSelectPreactProps uses