UNPKG

167 BTypeScriptView Raw
1export declare const initBuildStatus: (data: {
2 window: Window;
3}) => void;
4export declare const updateFavIcon: (linkElm: HTMLLinkElement, status: string) => void;