WellMapProps: {    color?: string;    colors?:        | Record<string, string>        | (wellbore: WellboreHeader, slot: number) => string;    depth?: number;    depthCursor?: boolean;    excluded?: string[];    headless?: boolean;    interactive?: boolean;    onDepthChanged?: (depth: number) => void;    onSelect?: (wellbore: string, depth: number) => void;    selected?: string;    theme?: WellMapStyles;    wellIdentifier: string;} Type declaration
Optionalcolor?: string
Optionalcolors?: Record<string, string> | (wellbore: WellboreHeader, slot: number) => string
Optionaldepth?: number
OptionaldepthCursor?: boolean
Optionalexcluded?: string[]
Optionalheadless?: boolean
Optionalinteractive?: boolean
OptionalonDepthChanged?: (depth: number) => void
OptionalonSelect?: (wellbore: string, depth: number) => void
Optionalselected?: string
wellIdentifier: string
WellMap props