propro-common-components 0.1.303 → 0.1.305

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "propro-common-components",
3
- "version": "0.1.303",
3
+ "version": "0.1.305",
4
4
  "type": "module",
5
5
  "main": "dist/propro-common-components.js",
6
6
  "types": "dist/main.d.ts",
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- type Props = {
3
- children: React.ReactNode;
4
- };
5
- declare const AppHOC: React.FC<Props>;
6
- export default AppHOC;