UNPKG

@lidhium/cli

Version:

micro-frontend cli packed with webpack

7 lines (6 loc) 168 B
/* eslint-disable */ declare module '*.vue' { import type { DefineComponent } from 'vue' const component: DefineComponent<{}, {}, any> export default component }