Add support for legend
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -1698,7 +1698,8 @@ export type TextOwnProps = {
|
||||
| 'div'
|
||||
| 'strong'
|
||||
| 'em'
|
||||
| 'small';
|
||||
| 'small'
|
||||
| 'legend';
|
||||
variant?: TextVariants | Partial<Record<Breakpoint, TextVariants>>;
|
||||
weight?: TextWeights | Partial<Record<Breakpoint, TextWeights>>;
|
||||
color?:
|
||||
|
||||
@@ -38,7 +38,8 @@ export type TextOwnProps = {
|
||||
| 'div'
|
||||
| 'strong'
|
||||
| 'em'
|
||||
| 'small';
|
||||
| 'small'
|
||||
| 'legend';
|
||||
variant?: TextVariants | Partial<Record<Breakpoint, TextVariants>>;
|
||||
weight?: TextWeights | Partial<Record<Breakpoint, TextWeights>>;
|
||||
color?:
|
||||
|
||||
Reference in New Issue
Block a user