mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
13 lines
352 B
TypeScript
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
|
|
}
|