Browse Source

refactor: 更新描述

es6
iapyang 4 years ago
parent
commit
45154aba31
  1. 2
      typescript/base/single/html/html.ts

2
typescript/base/single/html/html.ts

@ -1,6 +1,8 @@
import { Single } from "../single";
export declare class Html extends Single {
static xtype: string;
doHighLight(): void;
unHighLight(): void;

Loading…
Cancel
Save