UNPKG

geostyler

Version:
12 lines (11 loc) 278 B
import { ColorMapEntry } from 'geostyler-style'; /** * @class RasterUtil */ declare class RasterUtil { /** * Creates a default ColorMapEntry with the the required properties. */ static generateColorMapEntry: () => ColorMapEntry; } export default RasterUtil;