mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
10 lines
293 B
TypeScript
10 lines
293 B
TypeScript
/// <reference types="@types/wicg-file-system-access" />
|
|
/// <reference types="vite-plugin-pwa/info" />
|
|
/// <reference types="vite-plugin-pwa/client" />
|
|
|
|
declare module 'virtual:build-info' {
|
|
import type { BuildInfo } from '~/types'
|
|
const buildInfo: BuildInfo
|
|
export default buildInfo
|
|
}
|