adding tooltip with which class has conflicts

This commit is contained in:
Sriram Hariharan
2023-03-22 22:48:14 -05:00
parent 2ddfde2642
commit ad85c2b816
6 changed files with 71 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ export interface IWeights {
* the type for all the size scss variables exported from fonts.module.scss
*/
export interface ISizes {
xx_small_size: number;
x_small_size: number;
small_size: number;
medium_size: number;