import MessageBox from "./cy-message-box"; import type {Plugin} from 'vue' type SFCWithInstall = T & Plugin const _MessageBox = MessageBox as SFCWithInstall export const CyMessageBox = _MessageBox