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 CtxComponent, type CtxProps, type InjectCtx, type CompatibleComponentType, type UseCtx, type UseValue, } from './createCtx.js';