Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Apr 18, 2019
1 parent da18f62 commit a6291e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
"files": [
"lib",
"packages",
"style"
"style",
"types"
],
"main": "lib/index.common.js",
"style": "lib/index.css",
"unpkg": "lib/index.umd.js",
"jsdelivr": "lib/index.umd.js",
"typings": "types/index.d.ts",
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
Expand Down
10 changes: 10 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export interface ElxMethods {

}

/**
* Extension component based on ElementUI 2.x.
*/
declare var VueElementExtends: ElxMethods;

export default VueElementExtends;

0 comments on commit a6291e4

Please sign in to comment.