@lax-wp/editor 0.3.18 → 0.3.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,8 +22,6 @@ export declare function applyCategoryStyle(dom: HTMLElement, anonymizedData: str
22
22
  /** Remove all chip styling from a DOM element so it renders as inline text. */
23
23
  export declare function clearCategoryStyle(dom: HTMLElement): void;
24
24
  export interface AnonymizedTextOptions {
25
- /** Whether the original value tooltip is shown on hover. */
26
- showTooltip: boolean;
27
25
  placeholderFormat: string;
28
26
  highlightChanges: boolean;
29
27
  isAnonymized: boolean;