@scaleway/use-growthbook
Version:
Utility package to expose AB test tool
5 lines (4 loc) • 497 B
JavaScript
import { AbTestProvider } from "./AbTestProvider.js";
import { useAbTestAttributes } from "./useAbTestAttributes.js";
import { FeatureString, FeaturesReady, IfFeatureEnabled, useExperiment, useFeature, useFeatureIsOn, useFeatureValue, useGrowthBook, withRunExperiment } from "@growthbook/growthbook-react";
export { AbTestProvider, FeatureString, FeaturesReady, IfFeatureEnabled, useAbTestAttributes, useExperiment, useFeature, useFeatureIsOn, useFeatureValue, useGrowthBook, withRunExperiment };