status.d.ts 167 B

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