UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

13 lines (10 loc) 235 B
/* eslint-disable */ declare module '*.vue' { import type { DefineComponent } from 'vue'; const component: DefineComponent< Record<string, any>, Record<string, any>, any >; export default component; }