UNPKG

@khulnasoft.com/dev-tools

Version:

KhulnaSoft Visual CMS Devtools

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