feige
2024-09-22 e228dc7b78fc4eba612586b351bfbcf2d6bff223
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;