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.

10 lines (8 loc) 318 B
/** * Adds a hover outline to the target element. * @param targetElement - The element to add the hover outline to. * @param isAnchorElement - Boolean to check for anchor elements. * @returns void */ declare function addHoverOutline(targetElement: Element, disabled?: boolean): void; export { addHoverOutline };