UNPKG

@nextcloud/vue

Version:
4 lines (3 loc) 225 B
import { ComputedRef, InjectionKey } from 'vue'; export declare const NC_ACTIONS_IS_SEMANTIC_MENU: InjectionKey<ComputedRef<boolean>>; export declare const NC_ACTIONS_CLOSE_MENU: InjectionKey<(returnFocus: boolean) => void>;