@sunrise-upc/mobile-prod-card 4.1.7-beta.1 → 4.1.7-beta.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const AdvanceSearch: ({ content, setAdvData, advData }: any) => JSX.Element;
3
+ export default AdvanceSearch;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- declare const NewLCInput: ({ content, setLcData, lcData }: any) => JSX.Element;
2
+ declare const NewLCInput: ({ content, setLcData, lcData, advData, setAdvData }: any) => JSX.Element;
3
3
  export default NewLCInput;