UNPKG

@omnia/tooling-vue

Version:

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

6 lines (5 loc) 308 B
import { Plugin } from 'vite'; import type { OmniaPluginOptions } from '../plugins'; import type { OmniaHmrConfig } from './typings'; export declare function getModuleTimestamp(id: string): number; export declare function setupHmrPlugin(options: OmniaPluginOptions, config: OmniaHmrConfig): Partial<Plugin>;