UNPKG

vue-jwhuang-ui

Version:

<p align="center"> <img width="200" src="https://www.jwhuang.site/resource/icon/logo.svg"> </p>

3 lines (2 loc) 121 B
import { Component, Plugin } from 'vue'; export declare const withInstall: <T extends Component>(comp: T) => T & Plugin;