UNPKG

@scaleway/use-growthbook

Version:

Utility package to expose AB test tool

6 lines (5 loc) 444 B
export { useExperiment, useFeature, withRunExperiment, useFeatureIsOn, useFeatureValue, useGrowthBook, useGrowthBookSSR, } from '@growthbook/growthbook-react'; export { FeatureString, FeaturesReady, IfFeatureEnabled, } from '@growthbook/growthbook-react'; export { useAbTestAttributes } from './useAbTestAttributes'; export { AbTestProvider } from './AbTestProvider'; export type { TrackingCallback, ErrorCallback, ToolConfig } from './types';