Skip to content

Commit

Permalink
chore: update custom ts
Browse files Browse the repository at this point in the history
  • Loading branch information
silentcloud committed Sep 7, 2017
1 parent 7ecd6c2 commit c487ef2
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions typings/custom.d.ts
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
declare module "rc-dialog" {
declare module "rmc-dialog" {
var Ret: any;
export default Ret;
}

declare module "classnames" {
var Ret: any;
export default Ret;
}

declare module "zscroller" {
declare module "rmc-feedback" {
var Ret: any;
export default Ret;
}

declare module "react-hammerjs" {
declare module "classnames" {
var Ret: any;
export default Ret;
}

declare module "object-assign" {
declare module "zscroller" {
var Ret: any;
export default Ret;
}
Expand Down

0 comments on commit c487ef2

Please sign in to comment.