babylonjs-gui-editor 7.22.0 → 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;
@@ -3746,6 +3747,7 @@ declare module BABYLON {
3746
3747
  declare module BABYLON.GuiEditor.SharedUIComponents {
3747
3748
  interface INumericInputComponentProps {
3748
3749
  label: string;
3750
+ labelTooltip?: string;
3749
3751
  value: number;
3750
3752
  step?: number;
3751
3753
  onChange: (value: number) => void;