MaxKB/ui/env.d.ts
2023-11-29 15:38:22 +08:00

13 lines
352 B
TypeScript

/// <reference types="vite/client" />
declare module 'markdown-it-task-lists'
declare module 'markdown-it-abbr'
declare module 'markdown-it-anchor'
declare module 'markdown-it-footnote'
declare module 'markdown-it-sub'
declare module 'markdown-it-sup'
declare module 'markdown-it-toc-done-right'
interface ImportMeta {
readonly env: ImportMetaEnv
}