UNPKG

@scalar/api-reference

Version:

Generate beautiful API references from OpenAPI documents

8 lines 335 B
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