@bigbinary/neetoui 5.2.28 → 5.2.30

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/index.d.ts CHANGED
@@ -332,6 +332,8 @@ export type SelectProps = {
332
332
  fetchMore?: () => void;
333
333
  totalOptionsCount?: number;
334
334
  isAsyncLoadOptionEnabled?: boolean;
335
+ isMulti?: boolean;
336
+ addButtonLabel?: string;
335
337
  };
336
338
 
337
339
  export type SpinnerProps = {