babylonjs-node-editor 6.5.0 → 6.5.1

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.
@@ -3765,6 +3765,7 @@ declare module BABYLON.NodeEditor.SharedUIComponents {
3765
3765
  export class SearchBoxComponent extends React.Component<ISearchBoxComponentProps, {
3766
3766
  isVisible: boolean;
3767
3767
  filter: string;
3768
+ selectedIndex: number;
3768
3769
  }> {
3769
3770
  private _handleEscKey;
3770
3771
  private _targetX;