@team_yumi/ramen 0.4.0-next.20231128-fdb2ef8-f1c226330b9a4f616f8c446474bed42d → 0.4.0-next.20231205-ebfa066-64a6185ad0f187a646e8483f1baa845f

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.
@@ -5,6 +5,7 @@ export interface IProps {
5
5
  text: string;
6
6
  placement?: (typeof Collections.ITooltipPlacement)[number];
7
7
  inline?: boolean;
8
+ size?: (typeof Collections.ISize)[number];
8
9
  }
9
10
  declare const XTooltip: React.FC<IProps>;
10
11
  export default XTooltip;