@sunrise-upc/mobile-prod-card 3.0.3-beta.3 → 3.0.3-beta.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const Breadcrumb: FC<any>;
3
+ export default Breadcrumb;
@@ -0,0 +1 @@
1
+ export { default } from './Breadcrumb';
@@ -0,0 +1,4 @@
1
+ declare const useScrollCheck: () => {
2
+ isScrollBreak: boolean;
3
+ };
4
+ export default useScrollCheck;
@@ -9,3 +9,4 @@ export { default as StickyProductAnchor } from './StickyProductAnchor';
9
9
  export { default as StaticLineTable } from './StaticLineTable';
10
10
  export { default as LinecheckModal } from './LineCheckV3';
11
11
  export { default as BenefitWrapper } from './BenefitWrapper';
12
+ export { default as Breadcrumb } from './Breadcrumb';