@clasing/ui 0.1.104 → 0.1.106

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
@@ -402,8 +402,8 @@ declare interface ITextProps extends React.HTMLAttributes<HTMLSpanElement>, Vari
402
402
  }
403
403
 
404
404
  declare interface ITooltipProps {
405
- children: React.ReactNode;
406
- trigger?: React.ReactNode;
405
+ children: default_2.ReactNode;
406
+ trigger?: JSX_2.Element;
407
407
  className?: string;
408
408
  placement?: Placement;
409
409
  iconName?: TablerIconName;