UNPKG

@featurevisor/react

Version:

React package for Featurevisor

3 lines (2 loc) 220 B
import type { Context, FeatureKey, VariableKey, VariableValue } from "@featurevisor/types"; export declare function useVariable(featureKey: FeatureKey, variableKey: VariableKey, context?: Context): VariableValue | null;