UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

11 lines (10 loc) 224 B
import { PluginOption } from 'vite'; /** * @beta * @experimental */ export declare function qwikInsights(qwikInsightsOpts: { publicApiKey: string; baseUrl?: string; outDir?: string; }): Promise<PluginOption>;