|
|
@@ -11,10 +11,6 @@ declare module '*.gif';
|
|
|
declare module '*.bmp';
|
|
|
declare module '*.tiff';
|
|
|
declare module 'omit.js';
|
|
|
-declare module 'react-copy-to-clipboard';
|
|
|
-declare module 'react-fittext';
|
|
|
-declare module '@antv/data-set';
|
|
|
-declare module 'nzh/cn';
|
|
|
|
|
|
// google analytics interface
|
|
|
interface GAFieldsObject {
|
|
|
@@ -30,6 +26,7 @@ interface Window {
|
|
|
hitType: 'event' | 'pageview',
|
|
|
fieldsObject: GAFieldsObject | string,
|
|
|
) => void;
|
|
|
+ reloadAuthorized: () => void;
|
|
|
}
|
|
|
|
|
|
declare let ga: Function;
|