@kentico/xperience-admin-components 23.0.1 → 23.0.2

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.
package/dist/entry.d.ts CHANGED
@@ -3119,6 +3119,10 @@ export declare interface TreeNodeMenuActionProps extends UITestProps {
3119
3119
  * Event fired on action click.
3120
3120
  */
3121
3121
  readonly onClick: () => void;
3122
+ /**
3123
+ * Tooltip of the action.
3124
+ */
3125
+ readonly tooltip?: string;
3122
3126
  }
3123
3127
 
3124
3128
  /**