Format fix

pull/5756/head
Mert Sincan 2024-05-14 10:11:50 +01:00
parent 6273826b41
commit 12becf1f88
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export interface BadgeProps {
/**
* 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.
*/