Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 31c85df

Browse files
authored
Merge pull request #17 from react-hook-form/export-all-types
export all types
2 parents 21e80f3 + 77cc1b8 commit 31c85df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"unpkg": "dist/index.umd.production.min.js",
99
"jsdelivr": "dist/index.umd.production.min.js",
1010
"jsnext:main": "dist/index.esm.js",
11-
"source": "src/index.tsx",
11+
"source": "src/index.ts",
1212
"types": "dist/index.d.ts",
1313
"sideEffects": false,
1414
"files": [
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export * from './useTypedController';
2+
export * from './types';

0 commit comments

Comments
 (0)