2021-12-30 22:40:57 +00:00
|
|
|
// Fixes TypeScript thinking this isn't a correct module.
|
|
|
|
export {};
|
|
|
|
|
|
|
|
declare global {
|
2021-12-30 22:48:29 +00:00
|
|
|
// These are created in `vite.config.ts` and inserted by Vite at build time.
|
|
|
|
const blinkCommitHash: string;
|
|
|
|
const blinkVersion: string;
|
2022-01-03 23:17:05 +00:00
|
|
|
const blinkUserAgent: string;
|
2021-12-30 22:40:57 +00:00
|
|
|
}
|