UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

3 lines (2 loc) 172 B
import type { VariableDictionary } from "../types/variables"; export declare function replaceVariables(input?: string, variables?: VariableDictionary): string | undefined;