Interface ThemeOptions

Interface for the Deafult and Custom Theme.

Hierarchy

  • ThemeOptions

Properties

button?: { primary: undefined | CSSProperties; root: undefined | CSSProperties; secondary: undefined | CSSProperties }

Theme for the Button component.

Type declaration

  • primary: undefined | CSSProperties
  • root: undefined | CSSProperties
  • secondary: undefined | CSSProperties
column?: { root: undefined | CSSProperties }

Theme for the Column component.

Type declaration

  • root: undefined | CSSProperties
divider?: { root: undefined | CSSProperties }

Theme for the Divider component.

Type declaration

  • root: undefined | CSSProperties
email?: { root: undefined | CSSProperties }

Theme for the Email component.

Type declaration

  • root: undefined | CSSProperties
image?: { body: undefined | CSSProperties; caption: undefined | CSSProperties; captionSection: undefined | CSSProperties; image: undefined | CSSProperties; imageColumn: undefined | CSSProperties; imageSection: undefined | CSSProperties; root: undefined | CSSProperties; table: undefined | CSSProperties }

Theme for the Image component.

Type declaration

  • body: undefined | CSSProperties
  • caption: undefined | CSSProperties
  • captionSection: undefined | CSSProperties
  • image: undefined | CSSProperties
  • imageColumn: undefined | CSSProperties
  • imageSection: undefined | CSSProperties
  • root: undefined | CSSProperties
  • table: undefined | CSSProperties
link?: { root: undefined | CSSProperties }

Theme for the Link component.

Type declaration

  • root: undefined | CSSProperties
preheader?: { root: undefined | CSSProperties }

Theme for the Preheader component.

Type declaration

  • root: undefined | CSSProperties
quote?: { root: undefined | CSSProperties }

Theme for the Quote component.

Type declaration

  • root: undefined | CSSProperties
section?: { body: undefined | CSSProperties; root: undefined | CSSProperties; row: undefined | CSSProperties }

Theme for the Section component.

Type declaration

  • body: undefined | CSSProperties
  • root: undefined | CSSProperties
  • row: undefined | CSSProperties
typography?: { root: undefined | CSSProperties }

Theme for the Typography component.

Type declaration

  • root: undefined | CSSProperties

Generated using TypeDoc