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.
chakra
1 parent d8bfbb9 commit e650edbCopy full SHA for e650edb
lib/util/chakra-util.ts
@@ -1 +1 @@
1
-export { cssVar, forwardRef } from '@chakra-ui/react';
+export { chakra, cssVar, forwardRef } from '@chakra-ui/react';
lib/util/index.ts
@@ -1,4 +1,4 @@
-export { cssVar, forwardRef } from './chakra-util';
+export { chakra, 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