@sunrise-upc/mobile-prod-card 1.2.4-beta.10 → 1.2.4-beta.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,4 @@
1
- import { FC } from "react";
2
- import "./LineCheck.css";
3
- import { LineCheckSchema } from "./LineCheck.types";
4
- declare const LineCheckV3: FC<LineCheckSchema>;
1
+ import { FC } from 'react';
2
+ import './LineCheck.css';
3
+ declare const LineCheckV3: FC<any>;
5
4
  export default LineCheckV3;