ados-rcm 1.1.294 → 1.1.295
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ declare global {
|
|
10
10
|
type CSSModuleClasses = {
|
11
11
|
readonly [key: string]: string;
|
12
12
|
};
|
13
|
-
type TSDC = 'Title-large' | 'Title-
|
13
|
+
type TSDC = 'Title-large' | 'Title-normal' | 'Normal' | 'Semi-normal' | 'Neutral' | 'Caption';
|
14
14
|
declare const keys: {
|
15
15
|
Display1: any;
|
16
16
|
Display2: any;
|