逐步完成前后端服务器
This commit is contained in:
6
frontend/node_modules/zrender/lib/svg/mapStyleToAttrs.d.ts
generated
vendored
Normal file
6
frontend/node_modules/zrender/lib/svg/mapStyleToAttrs.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import Path, { PathStyleProps } from '../graphic/Path';
|
||||
import ZRImage, { ImageStyleProps } from '../graphic/Image';
|
||||
import TSpan, { TSpanStyleProps } from '../graphic/TSpan';
|
||||
declare type AllStyleOption = PathStyleProps | TSpanStyleProps | ImageStyleProps;
|
||||
export default function mapStyleToAttrs(updateAttr: (key: string, val: string | number) => void, style: AllStyleOption, el: Path | TSpan | ZRImage, forceUpdate: boolean): void;
|
||||
export {};
|
Reference in New Issue
Block a user