UNPKG

@mytiki/receipt-capacitor

Version:

The TIKI Receipt library adds to your Vue.js + Capacitor **mobile app** a Data Reward program for your users to share their receipts in-exchange for **cash from Tiki inc**.

14 lines (13 loc) 462 B
import type * as Options from "@/options/theme"; export declare class Theme { readonly fontFamily?: string; readonly primaryTextColor?: string; readonly secondaryTextColor?: string; readonly successColor?: string; readonly errorColor?: string; readonly primaryBackgroundColor?: string; readonly secondaryBackgroundColor?: string; constructor(theme?: Options.Theme); apply(document: Document): void; private setProperty; }