@bit-sun/business-component 4.0.12-alpha.22 → 4.0.12-alpha.24

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.
@@ -1,10 +1,7 @@
1
- /// <reference types="lodash" />
2
1
  import React from 'react';
3
2
  import './index.less';
4
- export declare const handlePressEnter: import("lodash").DebouncedFunc<(ctx: any) => void>;
5
- declare const QueryMutipleInput: ({ onValueChange, onPressEnter, ctx }: {
3
+ declare const QueryMutipleInput: ({ onValueChange, onPressEnter }: {
6
4
  onValueChange: any;
7
5
  onPressEnter: any;
8
- ctx: any;
9
6
  }) => React.JSX.Element;
10
7
  export default QueryMutipleInput;
@@ -1,6 +1,4 @@
1
1
  import React from 'react';
2
- import _ from "lodash";
3
2
  import './index.less';
4
- export declare const handlePressEnter: _.DebouncedFunc<(ctx: any) => void>;
5
3
  declare const SearchSelect: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
6
4
  export default SearchSelect;