UNPKG

@mapbox-react/env-layers

Version:

Mapbox React Component Library Env Layers

29 lines (28 loc) 558 B
export declare const tempLayerDefaultProps: () => { rampColors: { 0: string; 0.1: string; 0.2: string; 0.3: string; 0.4: string; 0.5: string; 0.6: string; 1: string; }; opacity: number; visible: boolean; }; export type TempLayerProps = { id?: string; image: string; min: number; max: number; range: number[]; origin: number[]; resolution: number; rampColors?: { [x: number]: string; }; opacity?: number; visible?: boolean; };