UNPKG

@builder.io/dev-tools

Version:

Builder.io Visual CMS Devtools

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