Type Alias: TypographyElement

TypographyElement = "span" | "p" | "strong" | "label" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6"

Polymorphic tags supported by the typography component.

Example

const element: TypographyElement = 'h2';