UNPKG

@scaleway/use-growthbook

Version:

Utility package to expose AB test tool

3 lines (2 loc) 139 B
import type { Attributes } from './types'; export declare const useAbTestAttributes: () => [Attributes, (attributes: Attributes) => void];