File

projects/angular-client-sdk/src/lib/interfaces/style-options.interface.ts

Index

Properties

Properties

borderRadius
borderRadius: number
Type : number
Optional
colorBackground
colorBackground: string
Type : string
Optional
colorPrimary
colorPrimary: string
Type : string
Optional
colorText
colorText: string
Type : string
Optional
fontFamily
fontFamily: string
Type : string
Optional
export interface PaperSDKPayWithCardStyleOptions {
  colorPrimary?: string;
  colorBackground?: string;
  colorText?: string;
  borderRadius?: number;
  fontFamily?: string;
}

results matching ""

    No results matching ""