Skip to content

Commit 1280644

Browse files
build: export all hooks & utils
1 parent ddc4c17 commit 1280644

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/hooks/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { useGlobalMenuClose } from './use-global-menu-close';
2-
export { useGlobalModifiersImperativeAPI, useGlobalModifiersInit } from './use-global-modifiers';
1+
export * from './use-global-menu-close';
2+
export * from './use-global-modifiers';

lib/util/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export { skipMouseEvent } from './skip-mouse-event';
2-
export { stopPastePropagation } from './stop-paste-propagation';
3-
export { typedMemo } from './typed-memo';
1+
export * from './skip-mouse-event';
2+
export * from './stop-paste-propagation';
3+
export * from './typed-memo';

0 commit comments

Comments
 (0)