10 lines
237 B
TypeScript
10 lines
237 B
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
ComponentPreview: typeof import('../.vitepress/theme/components/ComponentPreview.vue')['default']
|
|
}
|
|
} |