Skip to content

Commit c77e125

Browse files
feat(util): re-export commonly used chakra utils
1 parent e3b5d22 commit c77e125

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/util/chakra-util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { cssVar, forwardRef } from '@chakra-ui/react';

lib/util/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export { cssVar, forwardRef } from './chakra-util';
12
export { skipMouseEvent } from './skip-mouse-event';
23
export { stopPastePropagation } from './stop-paste-propagation';
34
export { typedMemo } from './typed-memo';

0 commit comments

Comments
 (0)