Skip to main content

PurseHeadlessCheckoutPartnerUITheme

type PurseHeadlessCheckoutPartnerUITheme = object;

A theme is carrying all the style variables use across our UIs. global can be seen as a default values store on which the other scopes will rely on to fall back a value.

Properties

global

global: ThemeScope<"global"> & object;

Type declaration

fontSrc?
optional fontSrc: string;

This is passed down to eligible partners to set the font url. fontSrc is not a valid css style declaration key


helperText

helperText: ThemeScope<"helperText">;

input

input: ThemeScope<"input">;

label

label: ThemeScope<"label">;

tooltip

tooltip: ThemeScope<"tooltip">;