UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

9 lines (8 loc) 274 B
export interface Shape { "input-border-radius": string; "input-button-border-radius": string; } export declare const RoundedShape: Shape; export declare const RectangularShape: Shape; export declare const PillsShape: Shape; export declare const DefaultShape: Shape;