UNPKG

@khulnasoft.com/dev-tools

Version:

Development tools for Khulnasoft CMS integration

9 lines (8 loc) 277 B
import type { DevToolsSys } from "packages/dev-tools/types"; export declare function createKhulnasoftPage(sys: DevToolsSys, opts: { templateContentId: string; publicApiKey: string; privateAuthKey: string; pathname: string; title: string; }): Promise<void>;