@abdellatifui/react 3.2.75 → 3.2.77

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/dist/nextgen.d.ts CHANGED
@@ -542,6 +542,7 @@ declare interface InputProps_2 extends InputProps_3 {
542
542
  placement: 'top' | 'bottom';
543
543
  onEnterKey: void;
544
544
  autoFocus: boolean;
545
+ inputProps?: HTMLInputElement;
545
546
  }
546
547
 
547
548
  declare interface InputProps_3 extends React_2.InputHTMLAttributes<HTMLInputElement> {