UNPKG

@zhangqingcq/plug-r-qw

Version:

A JS lib base on Vue and View-design, you can achieve some complex functions with simple code after install this lib.

8 lines (6 loc) 257 B
import type {PluginObject} from 'vue/types/plugin' import type {ProtoFunc, NeedImportFunc} from './plug-r-qw.methods' interface PlugRQw extends ProtoFunc, NeedImportFunc, PluginObject<any> { version: string } export declare const plugRQw: PlugRQw