// Project: http://hzent.fcdata.cn:18080/base/fc-design-vue // Definitions by: akki-jat // Definitions: http://hzent.fcdata.cn:18080/base/fc-design-vue/types import Vue from 'vue'; import { MessageDrawer } from './message-drawer'; /** * Install all fc-design-vue components into Vue. * Please do not invoke this method directly. * Call `Vue.use(Abdv)` to install. */ export function install(vue: typeof Vue): void; export { MessageDrawer };