UNPKG

zview-plus

Version:

基于 Vue3 的 UI 组件库

5 lines 149 B
declare module "*.vue" { import type { DefineComponent } from "vue"; const component: DefineComponent<{}, {}, any>; export default component; }