UNPKG

@flagdeck/vue

Version:

Vue integration for Flagdeck feature flags

4 lines (3 loc) 144 B
import { InjectionKey } from 'vue'; import { FlagdeckContext } from './types'; export declare const FlagdeckKey: InjectionKey<FlagdeckContext>;