UNPKG

@recrafter/ctx

Version:

A simple wrapper around React.createContext that makes it easy to use hooks and context together

2 lines (1 loc) 194 B
export { createCtx, MissingCtxProviderError, type CreateCtx, type UseCtx, type UseValue, type CtxProps, type CtxComponent, type InjectCtx, type CompatibleComponentType, } from './src/index.js';