We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71899ab commit 63973c1Copy full SHA for 63973c1
1 file changed
src/types.d.ts
@@ -18,16 +18,4 @@ declare module '*.module.scss' {
18
export default content;
19
}
20
21
-// Глобальные переменные для аналитики
22
-declare global {
23
- const __LIBRARY_VERSION__: string;
24
-
25
- interface Window {
26
- __COMPONENT_ANALYTICS__?: any[];
27
- gtag?: (...args: any[]) => void;
28
- amplitude?: any;
29
- mixpanel?: any;
30
- }
31
-}
32
33
-export {};
+export {};
0 commit comments