babylonjs-gui-editor 7.22.1 → 7.22.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.
@@ -2708,6 +2708,7 @@ declare module BABYLON {
2708
2708
  declare module BABYLON.GuiEditor.SharedUIComponents {
2709
2709
  interface INumericInputProps {
2710
2710
  label: string;
2711
+ labelTooltip?: string;
2711
2712
  value: number;
2712
2713
  step?: number;
2713
2714
  onChange: (value: number) => void;