MCPcopy
hub / github.com/JedWatson/react-select / ColourOption

Interface ColourOption

docs/data.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ColourOption {
2 readonly value: string;
3 readonly label: string;
4 readonly color: string;
5 readonly isFixed?: boolean;
6 readonly isDisabled?: boolean;
7}
8
9export const colourOptions: readonly ColourOption[] = [
10 { value: 'ocean', label: 'Ocean', color: '#00B8D9', isFixed: true },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…