babylonjs-node-editor 6.23.1 → 6.25.0

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.
@@ -952,6 +952,7 @@ declare module BABYLON.NodeEditor {
952
952
  interface ILineWithFileButtonComponentProps {
953
953
  title: string;
954
954
  closed?: boolean;
955
+ multiple?: boolean;
955
956
  label: string;
956
957
  iconImage: any;
957
958
  onIconClick: (file: File) => void;