From 5c34bfb4da0c956f42a5bb75609134a848546499 Mon Sep 17 00:00:00 2001 From: Josh Kelley Date: Thu, 2 May 2024 00:19:36 -0400 Subject: [PATCH] Export ScopedMutator type (#2937) --- src/core/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/index.ts b/src/core/index.ts index 9bc09f5d16..b5419ddb53 100644 --- a/src/core/index.ts +++ b/src/core/index.ts @@ -25,5 +25,6 @@ export type { MutatorOptions, Middleware, Arguments, - State + State, + ScopedMutator } from '../_internal'