UNPKG

@scaleway/use-growthbook

Version:

Utility package to expose AB test tool

6 lines (5 loc) 214 B
import { Attributes } from "./types.js"; //#region src/useAbTestAttributes.d.ts declare const useAbTestAttributes: () => [Attributes, (attributes: Attributes) => void]; //#endregion export { useAbTestAttributes };