UNPKG

@builder.io/sdk-vue

Version:
8 lines (7 loc) 223 B
import type { BuilderContent } from '../../types/builder-content'; export declare function postPreviewContent({ key, value }: { key: string; value: BuilderContent; }): Promise<{ [x: string]: BuilderContent; }>;