UNPKG

khulnasoft.com

Version:

Development tools for Khulnasoft CMS integration

9 lines (6 loc) 226 B
import type { NextConfig } from "next"; declare function NextKhulnasoftDevTools(options?: { enabled?: boolean; devToolsServerPort?: number; }): (config?: NextConfig) => NextConfig; export default NextKhulnasoftDevTools;