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 e3b5d22 commit c77e125Copy full SHA for c77e125
lib/util/chakra-util.ts
@@ -0,0 +1 @@
1
+export { cssVar, forwardRef } from '@chakra-ui/react';
lib/util/index.ts
@@ -1,3 +1,4 @@
+export { cssVar, forwardRef } from './chakra-util';
2
export { skipMouseEvent } from './skip-mouse-event';
3
export { stopPastePropagation } from './stop-paste-propagation';
4
export { typedMemo } from './typed-memo';
0 commit comments