We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b8937 commit 6a136f9Copy full SHA for 6a136f9
packages/pinia/src/index.ts
@@ -1,7 +1,7 @@
1
/**
2
* @module pinia
3
*/
4
-export { setActivePinia, getActivePinia } from './rootStore'
+export { setActivePinia, getActivePinia, piniaSymbol } from './rootStore'
5
export { createPinia, disposePinia } from './createPinia'
6
export type { Pinia, PiniaPlugin, PiniaPluginContext } from './rootStore'
7
0 commit comments