UNPKG

@omnia/tooling-vue

Version:

Used to bundle and serve manifests web component that build on Vue framework.

7 lines (6 loc) 273 B
import { Plugin } from 'vite'; import { DevelopmentHostingInfo } from "../../../composers/models/DevelopmentEnvironment"; export interface OmniaPluginOptions { hosting: DevelopmentHostingInfo; } export declare function omniaPlugin(options: OmniaPluginOptions): Plugin;