Skip to content

Commit

Permalink
Merge pull request wenzhixin#3202 from jregistr/provideTypings
Browse files Browse the repository at this point in the history
Provide typings - reopened after adding missing file
  • Loading branch information
wenzhixin authored Dec 28, 2017
2 parents f1b9a47 + d35011c commit aaafec0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
interface JQuery {

bootstrapTable(options: object): JQuery;

bootstrapTable(method: string, ...parameters: any[]): JQuery | any;

}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
},
"types": "./index.d.ts"
}

0 comments on commit aaafec0

Please sign in to comment.