diff --git a/src/index.ts b/src/index.ts index dcd2416..88aa5c1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,7 +13,7 @@ export { } from "./state-utils/ctx" export { createRootCtx } from "./state-utils/createRootCtx" -export { AutoRootCtx, createAutoCtx, createStore } from "./state-utils/createAutoCtx" +export { AutoRootCtx, createAutoCtx, createStore, StateScopeProvider } from "./state-utils/createAutoCtx" export { useArrayChangeId } from "./state-utils/useArrayChangeId" export { paramsToId, type ParamsToIdRecord, type ParamsToIdInput } from "./state-utils/paramsToId"