Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit e543ea6

Browse files
authored
feat: export TS types (#350)
`mount` and `mountCallback` exported functions should have IntelliSense now
1 parent b436203 commit e543ea6

File tree

5 files changed

+425
-200
lines changed

5 files changed

+425
-200
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"license": "MIT",
1919
"main": "dist/index.js",
20+
"types": "dist",
2021
"publishConfig": {
2122
"registry": "http://registry.npmjs.org/"
2223
},

src/index.js

Lines changed: 0 additions & 195 deletions
This file was deleted.

0 commit comments

Comments
 (0)