UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

5 lines (4 loc) 269 B
import type { UIConfig } from "../types/ui-config"; export declare function isFontRCFMManaged(fontName: string): boolean; export declare function getScopedFontFamily(fontFamily: string): string; export declare function registerFonts(uiConfig: UIConfig): Promise<void>;