Skip to content

Commit 63973c1

Browse files
committed
add ci/cd
1 parent 71899ab commit 63973c1

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

src/types.d.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,4 @@ declare module '*.module.scss' {
1818
export default content;
1919
}
2020

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 {};
21+
export {};

0 commit comments

Comments
 (0)