UNPKG

@scaleway/use-growthbook

Version:

Utility package to expose AB test tool

17 lines (16 loc) 519 B
import { FeatureString, FeaturesReady, IfFeatureEnabled, useExperiment, useFeature, useFeatureIsOn, useFeatureValue, useGrowthBook, withRunExperiment } from "@growthbook/growthbook-react"; import { AbTestProvider } from "./AbTestProvider.js"; import { useAbTestAttributes } from "./useAbTestAttributes.js"; export { AbTestProvider, FeatureString, FeaturesReady, IfFeatureEnabled, useAbTestAttributes, useExperiment, useFeature, useFeatureIsOn, useFeatureValue, useGrowthBook, withRunExperiment };