UNPKG

ab-test-jsx

Version:
5 lines (4 loc) 110 B
export declare type Variant = 'A' | 'B'; export interface ABTests { [key: string]: Variant | undefined; }