import type { AppContext, Plugin } from 'vue' export type SFCWithInstall = T & Plugin export type SFCInstallWithContext = SFCWithInstall & { _context: AppContext | null }