fix formatting

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-27 12:05:53 +01:00
parent caa9d00ac4
commit cbe69fa263
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export const BADGE_STYLES = [
] as const;
/** @public */
export type BadgeStyle = typeof BADGE_STYLES[number];
export type BadgeStyle = (typeof BADGE_STYLES)[number];
/** @public */
export interface Badge {