UNPKG

@contentstack/live-preview-utils

Version:

Contentstack provides the Live Preview SDK to establish a communication channel between the various Contentstack SDKs and your website, transmitting live changes to the preview pane.

9 lines (7 loc) 318 B
/** * Generates a start editing button for the visual builder. * * @returns The generated HTMLAnchorElement representing the start editing button, or undefined if the button cannot be created. */ declare function generateStartEditingButton(): HTMLAnchorElement | undefined; export { generateStartEditingButton };