UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

6 lines (5 loc) 225 B
import type { ImageInfo } from "./media"; export type LocalizationValue = string | ImageInfo; type Localization = Partial<Record<string, string>>; export type Localizations = Partial<Record<string, Localization>>; export {};