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