UNPKG

@chewel/naive-ui-plus

Version:

## Document & Online preview

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