@sunrise-upc/mobile-prod-card 1.2.4-beta.22 → 1.2.4-beta.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * A candidate for common component.
3
+ */
4
+ import React from "react";
5
+ import "./LineCheck.css";
6
+ declare const AutoComplete: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
7
+ export default AutoComplete;