UNPKG

echarts-bus

Version:

魔改的Echarts,具有同时切换主题的功能

4 lines (3 loc) 290 B
import { PathStyleProps } from 'zrender/lib/graphic/Path.js'; import Model from '../Model.js'; export default function makeStyleMapper(properties: readonly string[][], ignoreParent?: boolean): (model: Model, excludes?: readonly string[], includes?: readonly string[]) => PathStyleProps;