mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-26 20:45:38 +08:00
10 lines
226 B
TypeScript
10 lines
226 B
TypeScript
// so that users can do `import DefaultTheme from 'vitepress/theme'`
|
|
import { ComponentOptions } from 'vue'
|
|
|
|
declare const defaultTheme: {
|
|
Layout: ComponentOptions
|
|
NotFound: ComponentOptions
|
|
}
|
|
|
|
export default defaultTheme
|