Format fix
parent
6273826b41
commit
12becf1f88
|
@ -74,7 +74,7 @@ export interface BadgeProps {
|
||||||
/**
|
/**
|
||||||
* Size of the badge, valid options are 'small', 'large', and 'xlarge'.
|
* Size of the badge, valid options are 'small', 'large', and 'xlarge'.
|
||||||
*/
|
*/
|
||||||
size?: 'small' | 'large' | 'xlarge' | null | undefined;
|
size?: 'small' | 'large' | 'xlarge' | null | undefined;
|
||||||
/**
|
/**
|
||||||
* It generates scoped CSS variables using design tokens for the component.
|
* It generates scoped CSS variables using design tokens for the component.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue