import { BaseComponentContext } from './BaseComponentContext.js'; export type BuilderEditFormContext = BaseComponentContext & { helplinks: string; editForm: string; showPreview: boolean | undefined; preview: string; componentInfo: { title: string; help: string; documentation: string; }; };