UNPKG

@recrafter/ctx

Version:

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

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