UNPKG

y-design-ssr

Version:

SSR component library of YUI with Vue3

14 lines (12 loc) 265 B
declare module '*.vue' { import { DefineComponent } from 'vue' // eslint-disable-next-line init-declarations const Component: DefineComponent export default Component } declare global { interface Window { vueRouter: RouteRecordRaw Vue: Vue } }