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.

7 lines (5 loc) 194 B
/** * Removes the "data-cslp" and "data-cslp-button-position" attributes from all nodes with the "data-cslp" attribute. */ declare function removeDataCslp(): void; export { removeDataCslp };