Skip to content

Commit

Permalink
feat: 🎨 Add decleration file
Browse files Browse the repository at this point in the history
  • Loading branch information
VoloshchenkoAl committed Nov 28, 2020
1 parent f623b3a commit 5034e42
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export class MorphingPointer {
constructor();
init(): void;
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"description": "Morphing pointer in iPadOS style",
"main": "dist/index.js",
"source": "src/index.ts",
"types": "index.d.ts",
"files": [
"dist/*"
"dist/*",
"index.d.ts"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,4 +35,4 @@
"typescript": "^4.1.2"
},
"license": "MIT"
}
}

0 comments on commit 5034e42

Please sign in to comment.