Tcsm
2023-07-30 b5a8a482a5eede229ffea6b8de6ba2b8f06ac0c4
1
2
3
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;