babylonjs-node-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.
@@ -2548,6 +2548,7 @@ declare module BABYLON.NodeEditor {
2548
2548
  declare module BABYLON.NodeEditor.SharedUIComponents {
2549
2549
  interface INumericInputProps {
2550
2550
  label: string;
2551
+ labelTooltip?: string;
2551
2552
  value: number;
2552
2553
  step?: number;
2553
2554
  onChange: (value: number) => void;
@@ -3586,6 +3587,7 @@ declare module BABYLON.NodeEditor {
3586
3587
  declare module BABYLON.NodeEditor.SharedUIComponents {
3587
3588
  interface INumericInputComponentProps {
3588
3589
  label: string;
3590
+ labelTooltip?: string;
3589
3591
  value: number;
3590
3592
  step?: number;
3591
3593
  onChange: (value: number) => void;