TextProps
Home > @backstage/canon
> TextProps
Signature:
export interface TextProps
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
ReactNode | |||
string |
(Optional) | ||
CSSProperties |
(Optional) | ||
'subtitle' | 'body' | 'caption' | 'label' | Partial<Record<Breakpoint, 'subtitle' | 'body' | 'caption' | 'label'>> |
(Optional) | ||
'regular' | 'bold' | Partial<Record<Breakpoint, 'regular' | 'bold'>> |
(Optional) |