babylonjs-node-editor 7.22.1 → 7.22.3
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/babylon.nodeEditor.d.ts
CHANGED
|
@@ -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;
|