]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
fix(type): export forgotten types
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 May 2021 17:00:33 +0000 (19:00 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 17 May 2021 17:00:33 +0000 (19:00 +0200)
src/index.ts

index 14e9d4da46c8f8c92e8f03b52fae5c17e4000d28..bfab0d9894a56ec5081d2e545e0197b39093834a 100644 (file)
@@ -16,6 +16,11 @@ export type {
   StoreWithState,
   StoreOnActionListener,
   StoreOnActionListenerContext,
+  SubscriptionCallbackMutation,
+  SubscriptionCallbackMutationDirect,
+  SubscriptionCallbackMutationPatchFunction,
+  SubscriptionCallbackMutationPatchObject,
+  _SubscriptionCallbackMutationBase,
   SubscriptionCallback,
   PiniaCustomProperties,
   PiniaCustomStateProperties,