mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-05 21:46:28 +00:00
8 lines
210 B
TypeScript
8 lines
210 B
TypeScript
// /// <reference types="vitepress/client" />
|
|
|
|
// declare module '*.vue' {
|
|
// import { DefineComponent } from 'vue'
|
|
// const component: DefineComponent<{}, {}, any>
|
|
// export default component
|
|
// }
|