UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

8 lines (7 loc) 231 B
import type { BaseComponent } from "../base"; import type { StackProps } from "./stack"; export interface RedemptionButtonProps extends BaseComponent { type: "redemption_button"; stack: StackProps; transition?: null; }