From: Eduardo San Martin Morote Date: Mon, 17 May 2021 17:00:33 +0000 (+0200) Subject: fix(type): export forgotten types X-Git-Tag: v0.5.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3909c739263ce3b1f57d4af6b9a398e7db67ef8;p=thirdparty%2Fvuejs%2Fpinia.git fix(type): export forgotten types --- diff --git a/src/index.ts b/src/index.ts index 14e9d4da..bfab0d98 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,6 +16,11 @@ export type { StoreWithState, StoreOnActionListener, StoreOnActionListenerContext, + SubscriptionCallbackMutation, + SubscriptionCallbackMutationDirect, + SubscriptionCallbackMutationPatchFunction, + SubscriptionCallbackMutationPatchObject, + _SubscriptionCallbackMutationBase, SubscriptionCallback, PiniaCustomProperties, PiniaCustomStateProperties,