UNPKG

@chakra-ui/react-utils

Version:

React utilities and helpers for Chakra UI

7 lines (6 loc) 338 B
export { ReactRef, assignRef, mergeRefs } from './refs.js'; export { CreateContextOptions, CreateContextReturn, createContext } from './context.js'; export { EventKeyMap, HTMLProps, MaybeRenderProp, PropGetter, PropGetterV2 } from './types.js'; export { getValidChildren } from './children.js'; import '@chakra-ui/utils'; import 'react';