babylonjs-gui-editor 7.31.1 → 7.31.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.
package/babylon.guiEditor.d.ts
CHANGED
|
@@ -2671,6 +2671,7 @@ declare module BABYLON.GuiEditor.SharedUIComponents {
|
|
|
2671
2671
|
iconLabel?: string;
|
|
2672
2672
|
lockObject: BABYLON.GuiEditor.SharedUIComponents.LockObject;
|
|
2673
2673
|
unit?: React.ReactNode;
|
|
2674
|
+
allowOverflow?: boolean;
|
|
2674
2675
|
}
|
|
2675
2676
|
export class SliderLineComponent extends React.Component<ISliderLineComponentProps, {
|
|
2676
2677
|
value: number;
|