import { Plugin } from 'vue';
export type InstallWithSFC<T> = T & Plugin;
