chore: prettier
This commit is contained in:
1
src/views/styles/fonts.module.scss.d.ts
vendored
1
src/views/styles/fonts.module.scss.d.ts
vendored
@@ -5,7 +5,6 @@ export interface IWeights {
|
|||||||
normal_weight: number;
|
normal_weight: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/** A utility type that removes the _weight postfix from the variable names for weights */
|
/** A utility type that removes the _weight postfix from the variable names for weights */
|
||||||
export type Weight = keyof IWeights extends `${infer U}_weight` ? U : never;
|
export type Weight = keyof IWeights extends `${infer U}_weight` ? U : never;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user