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