File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " reactive-kit" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "main" : " ./src/index.ts" ,
55 "files" : [
66 " dist/**/*" ,
Original file line number Diff line number Diff line change 1+ // components
12export { Separated } from './components/Separated/index.ts' ;
23export { SwitchCase } from './components/SwitchCase/index.ts' ;
4+
5+ // hooks
36export { useAsyncEffect } from './hooks/useAsyncEffect/index.ts' ;
47export { useBooleanState } from './hooks/useBooleanState/index.ts' ;
58export { useCallbackOnce } from './hooks/useCallbackOnce/index.ts' ;
@@ -13,5 +16,7 @@ export { useStorageState } from './hooks/useStorageState/index.ts';
1316export { useTimeout } from './hooks/useTimeout/index.ts' ;
1417export { useToggle } from './hooks/useToggle/index.ts' ;
1518export { useVisibilityEvent } from './hooks/useVisibilityEvent/index.ts' ;
19+
20+ // utils
1621export { buildContext } from './utils/buildContext/index.ts' ;
1722export { mergeRefs } from './utils/mergeRefs/index.ts' ;
You can’t perform that action at this time.
0 commit comments