UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

4 lines (3 loc) 285 B
import type { VariableDictionary } from "../types/variables"; import type { DecoratorFunction, Renderer } from "storybook/internal/csf"; export declare function variablesDecorator<TRenderer extends Renderer, TArgs>(variables?: VariableDictionary): DecoratorFunction<TRenderer, TArgs>;