UNPKG

ucc-utils

Version:
11 lines (8 loc) 335 B
import { Plugin, App } from 'vue'; type SFCWithInstall<T> = T & Plugin; declare function withInstall<T>(component: T, onBeforeInstall?: (app: App) => void): SFCWithInstall<T>; declare const _default: { withInstall: typeof withInstall; components: never[]; }; export { type SFCWithInstall, _default as default, withInstall };