UNPKG

@devcycle/react-client-sdk

Version:

The DevCycle React SDK used for feature management.

9 lines (8 loc) 288 B
import type { DVCVariable, DVCVariableValue } from '@devcycle/js-client-sdk'; /** * * @deprecated Use the `useVariable` hook instead * */ export declare const useDVCVariable: <T extends DVCVariableValue>(key: string, defaultValue: T) => DVCVariable<T>; export default useDVCVariable;