bns_zhgd_web/node_modules/zrender/lib/graphic/constant.d.ts

7 lines
151 B
TypeScript
Raw Normal View History

2025-04-02 10:01:21 +08:00
export declare const ContextCachedBy: {
NONE: number;
STYLE_BIND: number;
PLAIN_TEXT: number;
};
export declare const WILL_BE_RESTORED: 9;