Type Alias StyleBuilderFonts

StyleBuilderFonts: { bold: string; regular: string }

Records string values for font properties in a style builder.

Type declaration

  • bold: string
  • regular: string