UNPKG

vue-amazing-ui

Version:

An Amazing Vue3 UI Components Library, Using TypeScript.

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