Chore: Prevent loading error from showing too early (#41347)

This commit is contained in:
Marcus Andersson
2021-11-08 16:13:37 +01:00
committed by GitHub
parent c4306f9b3e
commit 712ecf5adf
4 changed files with 75 additions and 59 deletions

View File

@@ -1,6 +1,8 @@
export declare global {
interface Window {
__grafana_app_bundle_loaded: boolean;
__grafana_public_path__: string;
__grafana_load_failed: () => void;
public_cdn_path: string;
}
}