@protonradio/proton-ui 0.5.1 → 0.5.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.
@@ -402,7 +402,7 @@ export declare function TooltipTrigger({ children, delay, closeDelay, isDisabled
402
402
 
403
403
  export declare interface TooltipTriggerProps extends TooltipProps, TooltipTriggerComponentProps {
404
404
  children: React.ReactNode;
405
- content: string;
405
+ content: string | React.ReactNode;
406
406
  disableTriggerClick?: boolean;
407
407
  }
408
408
 
@@ -432,4 +432,3 @@ export { }
432
432
  declare namespace ButtonGroup {
433
433
  var Option: (props: ButtonGroupOptionProps) => import("react/jsx-runtime").JSX.Element;
434
434
  }
435
-