@@ -932,25 +932,25 @@ exports[`utils / cssSnapshots with noUncheckedIndexedAccess enabled should retur
932
932
' appLogo' ?: string ;
933
933
} ;
934
934
export default classes;
935
- export let localClassInsideGlobal? : string;
936
- export let localClass? : string;
937
- export let localClass2? : string;
938
- export let localClassInsideLocal? : string;
939
- export let reservedWords? : string;
940
- export let nestedClassParent? : string;
941
- export let childClass? : string;
942
- export let nestedClassParentExtended? : string;
943
- export let section1? : string;
944
- export let section2? : string;
945
- export let section3? : string;
946
- export let section4? : string;
947
- export let section5? : string;
948
- export let section6? : string;
949
- export let section7? : string;
950
- export let section8? : string;
951
- export let section9? : string;
952
- export let classWithMixin? : string;
953
- export let appLogo? : string;
954
- export let appLogo? : string;
935
+ export let localClassInsideGlobal: string | undefined ;
936
+ export let localClass: string | undefined ;
937
+ export let localClass2: string | undefined ;
938
+ export let localClassInsideLocal: string | undefined ;
939
+ export let reservedWords: string | undefined ;
940
+ export let nestedClassParent: string | undefined ;
941
+ export let childClass: string | undefined ;
942
+ export let nestedClassParentExtended: string | undefined ;
943
+ export let section1: string | undefined ;
944
+ export let section2: string | undefined ;
945
+ export let section3: string | undefined ;
946
+ export let section4: string | undefined ;
947
+ export let section5: string | undefined ;
948
+ export let section6: string | undefined ;
949
+ export let section7: string | undefined ;
950
+ export let section8: string | undefined ;
951
+ export let section9: string | undefined ;
952
+ export let classWithMixin: string | undefined ;
953
+ export let appLogo: string | undefined ;
954
+ export let appLogo: string | undefined ;
955
955
"
956
956
` ;
0 commit comments