aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/src/vite-env.d.ts
blob: 7d17c382cfdecdf24ae9671d5745a13b641de60f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/// <reference types="vite/client" />

declare module '*.vue' {
  import type { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}
declare module '@kangc/v-md-editor/lib/preview';
declare module '@kangc/v-md-editor/lib/theme/github.js';
declare module 'prismjs';