Ai
1 Star 0 Fork 0

前端开发文档/vue-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
env.d.ts 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
尤雨溪 提交于 2022-01-20 07:44 +08:00 . move env.d.ts to root
/// <reference types="vitepress/client" />
/// <reference types="vue/macros-global" />
declare module '@vue/theme/config' {
import { UserConfig } from 'vitepress'
const config: () => Promise<UserConfig>
export default config
}
declare module '@vue/theme/highlight' {
const createHighlighter: () => Promise<(input: string) => string>
export default createHighlighter
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fedocs/vue-docs.git
git@gitee.com:fedocs/vue-docs.git
fedocs
vue-docs
vue-docs
main

搜索帮助