@nextcloud/vue
Version:
Nextcloud vue components
10 lines (9 loc) • 339 B
TypeScript
import { InjectionKey } from 'vue';
/**
* Injects a callback to register the app navigation to the content container.
*/
export declare const HAS_APP_NAVIGATION_KEY: InjectionKey<(hasAppNavigation: boolean) => void>;
/**
* Injects the main content container selector
*/
export declare const CONTENT_SELECTOR_KEY: InjectionKey<string>;