UNPKG

mapboxgl-legend

Version:

Mapbox-GL plugin that automatically draws a legend from layer styles

7 lines (6 loc) 214 B
import { Expression, ParsedExpression } from './types'; declare const _default: { isExpression: (e: any) => e is Expression; parse: (input: any) => ParsedExpression<any, any>[]; }; export default _default;