UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

9 lines (8 loc) 198 B
import type { Component } from "./component"; export interface BaseComponent { type: string; id: string; name: string; fallback?: Component; triggers?: Record<string, string>; }