We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df5f3a commit 3cac250Copy full SHA for 3cac250
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "backset",
3
- "version": "0.1.2",
+ "version": "0.2.0",
4
"main": "dist/index.js",
5
"module": "dist/index.es.js",
6
"browser": "dist/index.min.js",
packages/index.ts
@@ -7,3 +7,4 @@ const Backset = {
7
}
8
9
export default Backset
10
+export { create, useStateRef }
0 commit comments