@codecademy/gamut-styles
17.13.017.13.1-alpha.8940e8.0
dist/GamutProvider.d.ts~
dist/GamutProvider.d.tsModified+3−3
Index: package/dist/GamutProvider.d.ts
===================================================================
--- package/dist/GamutProvider.d.ts
+++ package/dist/GamutProvider.d.ts
@@ -20,11 +20,11 @@
*/
useLogicalProperties?: boolean;
}
export declare const GamutContext: React.Context<{
- hasGlobals?: boolean | undefined;
- hasCache?: boolean | undefined;
- nonce?: string | undefined;
+ hasGlobals?: boolean;
+ hasCache?: boolean;
+ nonce?: string;
}>;
/**
* Returns the CSP nonce passed to GamutProvider, if any.
*/