@protonradio/proton-ui 0.6.18-beta.17 → 0.6.18-beta.18

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/index.d.ts CHANGED
@@ -616,7 +616,7 @@ declare interface ThemeVariables {
616
616
  "--proton-color__secondary": string;
617
617
  }
618
618
 
619
- export declare function Tooltip({ children, arrow, placement, ...props }: TooltipProps): JSX_2.Element;
619
+ export declare function Tooltip({ children, arrow, ...props }: TooltipProps): JSX_2.Element;
620
620
 
621
621
  export declare interface TooltipProps extends Omit<TooltipProps_2, "children"> {
622
622
  children: React.ReactNode;