Browse Source

无JIRA任务 补充类型

es6
treecat 3 years ago
parent
commit
e0ac096398
  1. 1
      typescript/base/single/text.ts

1
typescript/base/single/text.ts

@ -10,6 +10,7 @@ export declare class Text extends Single {
lineHeight?: null | number;
py?: string;
highLight?: boolean;
maxWidth?: null | number;
} & Single['props'];
doRedMark(keyword: string): void;

Loading…
Cancel
Save