@sunrise-upc/mobile-prod-card 1.2.4-beta.15 → 1.2.4-beta.17
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,7 +0,0 @@
|
|
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;
|
@@ -1,7 +0,0 @@
|
|
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;
|