UNPKG

data-vis-ui

Version:

## [使用文档](https://temp-static-domain.jd.com/data-vis-ui)

16 lines (15 loc) 488 B
import { MapVoInfo, ParkVoInfo } from './typings'; import './index.less'; export declare type HistoryList = { name: string; code: string; key: string; }; declare type ChinaMapProps = { map?: MapVoInfo; park: ParkVoInfo; onChange?: (e: string, history?: HistoryList[]) => void; customerMapClick?: (params: any, allCode: any) => void; }; declare const ChinaMap: ({ map, park, onChange, customerMapClick }: ChinaMapProps) => JSX.Element; export default ChinaMap;