Skip to content

Commit 71d5cd2

Browse files
authored
Merge pull request #4 from openscript/develop
Export hook for integration
2 parents dfff430 + eb7ee49 commit 71d5cd2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 13.11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"react"
88
],
99
"homepage": "https://openscript.github.io/react-dsv-import/",
10-
"version": "0.1.2",
10+
"version": "0.1.3",
1111
"main": "dist/index.js",
1212
"module": "dist/es/index.js",
1313
"types": "dist/index.d.ts",

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ DSVImport.TextareaInput = TextareaInput;
1111
DSVImport.TablePreview = TablePreview;
1212

1313
export { ColumnsType } from './models/column';
14+
export { useDSVImport } from './features/context';

0 commit comments

Comments
 (0)