UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

4 lines (3 loc) 131 B
export { defineConfig }; import type { Config } from './Config.js'; declare function defineConfig<T extends Config>(config: T): T;