Browse Source

无JIRA 类型补充

es6
zsmj 2 years ago
parent
commit
7927363201
  1. 2
      typescript/base/single/label/abstract.label.ts

2
typescript/base/single/label/abstract.label.ts

@ -10,7 +10,7 @@ export declare class AbstractLabel extends Single {
textHeight?: number | null; textHeight?: number | null;
highLight?: boolean; highLight?: boolean;
handler?: Function | null; handler?: Function | null;
text?: string; text?: string | ((context: any) => string);
} & Single['props'] } & Single['props']
doRedMark(...args: any[]): void; doRedMark(...args: any[]): void;

Loading…
Cancel
Save