@scaleway/use-growthbook
Version:
Utility package to expose AB test tool
5 lines (4 loc) • 378 B
TypeScript
export { FeatureString, FeaturesReady, IfFeatureEnabled, useExperiment, useFeature, useFeatureIsOn, useFeatureValue, useGrowthBook, withRunExperiment, } from '@growthbook/growthbook-react';
export { AbTestProvider } from './AbTestProvider';
export type { ErrorCallback, ToolConfig, TrackingCallback } from './types';
export { useAbTestAttributes } from './useAbTestAttributes';