UNPKG

@scaleway/use-growthbook

Version:

Utility package to expose AB test tool

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