UNPKG

@flagdeck/vue

Version:

Vue integration for Flagdeck feature flags

3 lines (2 loc) 125 B
import { FlagResult } from '../types'; export declare function useFlag(flagKey: string, defaultValue?: boolean): FlagResult;