@pantograph/vue 0.34.15 → 0.34.16

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.
@@ -42,6 +42,7 @@ export interface TooltipProps extends TooltipRootProps, TooltipProviderProps, Om
42
42
  * Applied to the text container div when using the text prop or text slot
43
43
  */
44
44
  textCls?: string;
45
+ wrapperCls?: string;
45
46
  }
46
47
  /**
47
48
  * Emits for the Tooltip component