UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

8 lines (7 loc) 153 B
export interface Spacing { [key: string]: { mobile: string; desktop: string; }; } export declare const DEFAULT_SPACING: Spacing;