UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

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