mirror of
https://github.com/dergigi/boris.git
synced 2026-01-22 00:04:30 +01:00
11 lines
194 B
TypeScript
11 lines
194 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_DEFAULT_ARTICLE_NADDR: string
|
|
}
|
|
|
|
declare module '*.svg?raw' {
|
|
const content: string
|
|
export default content
|
|
}
|