@useloops/design-system 1.4.419 → 1.4.420

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/index.d.ts CHANGED
@@ -2378,7 +2378,7 @@ type VideoControlsProps = {
2378
2378
  declare const _default: react.MemoExoticComponent<react.ForwardRefExoticComponent<VideoControlsProps & react.RefAttributes<any>>>;
2379
2379
 
2380
2380
  interface SearchInputProps {
2381
- onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
2381
+ onChange?: (event: react__default.ChangeEvent<HTMLInputElement>) => void;
2382
2382
  }
2383
2383
  declare const SearchInput: FunctionComponent<SearchInputProps>;
2384
2384