babylonjs-node-geometry-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.
|
@@ -2302,6 +2302,7 @@ declare module BABYLON.NodeGeometryEditor {
|
|
|
2302
2302
|
declare module BABYLON.NodeGeometryEditor.SharedUIComponents {
|
|
2303
2303
|
interface INumericInputProps {
|
|
2304
2304
|
label: string;
|
|
2305
|
+
labelTooltip?: string;
|
|
2305
2306
|
value: number;
|
|
2306
2307
|
step?: number;
|
|
2307
2308
|
onChange: (value: number) => void;
|