UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

8 lines (7 loc) 272 B
import type { GeoSourceType } from '../../typings/geo'; export interface IMapOpt { nameMap: Record<string, string>; nameProperty: string; } export declare const DEFAULT_MAP_LOOK_UP_KEY: string; export declare const map: (data: GeoSourceType, opt: IMapOpt) => any;