Skip to content

Commit 1f57125

Browse files
authored
Merge pull request #22 from react-hook-form/export-all-types
export all types
2 parents bd18719 + 8b2e67d commit 1f57125

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 './ErrorMessage';
2+
export * from './types';

0 commit comments

Comments
 (0)