Skip to content

Commit

Permalink
Update hilo.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jljsj33 authored and 06wj committed Sep 18, 2017
1 parent 6d898e1 commit 1dc1c33
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions d.ts/hilo.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Copyright 2017 Alibaba Group Holding Limited
*/


export = Hilo;
export as namespace Hilo;

/**
* Hilo的基础核心方法集合。
Expand Down Expand Up @@ -144,12 +145,6 @@ declare namespace Hilo {
*/
let event: object;

}


declare namespace Hilo {


/**
* Class是提供类的创建的辅助工具。
*/
Expand Down

0 comments on commit 1dc1c33

Please sign in to comment.