UNPKG

vite

Version:

Native-ESM powered web dev build tool

8 lines (7 loc) 275 B
import type { Plugin } from '../plugin'; import type { ResolvedConfig } from '../config'; /** * some values used by the client needs to be dynamically injected by the server * @server-only */ export declare function clientInjectionsPlugin(config: ResolvedConfig): Plugin;