@scalar/api-client
Version:
the open source API testing client
8 lines • 335 B
TypeScript
import { type PluginManager } from '../../plugins/plugin-manager.js';
import { type InjectionKey } from 'vue';
export declare const PLUGIN_MANAGER_SYMBOL: InjectionKey<PluginManager>;
/**
* Hook to access the plugin manager
*/
export declare const usePluginManager: () => PluginManager;
//# sourceMappingURL=usePluginManager.d.ts.map