MrShi
2026-04-30 8512a2a1831fe67b2b6f89d220b6b2be9d576cff
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;