UNPKG

eagle-web-ui

Version:
8 lines (5 loc) 209 B
import { App } from "vue"; import Layout from "./index.vue"; declare function install(vue: typeof Vue): void; Layout.install = (Vue: App) => Vue.component(Layout.name, Layout); export default Layout;