Type Alias: TypographyProps

TypographyProps = PropsWithChildren<HTMLAttributes<HTMLElement> & Partial<{ as: TypographyElement; className: string; variant: TypographyVariant; }>>

Props accepted by the typography component.