UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

5 lines 286 B
import type { App } from 'vue'; import type { StoreDispatcher } from './types'; export declare function injectStoreDispatcher(app?: App): StoreDispatcher; export declare function provideStoreDispatcher(eventBus: StoreDispatcher, app?: App): void; //# sourceMappingURL=singleton.d.ts.map