RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@pronto-tools-and-more/components
Versions diffs
10.34.0 → 10.35.0
@pronto-tools-and-more/components 10.34.0 → 10.35.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/dist/parts/HoistData/HoistData.d.ts
+3
-0
package/package.json
+1
-1
package/dist/parts/HoistData/HoistData.d.ts
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
export declare const HoistData: ({ json }: {
2
+
json: any;
3
+
}) => import("react").JSX.Element;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@pronto-tools-and-more/components",
3
-
"version": "10.
34
.0",
3
+
"version": "10.
35
.0",
4
4
"description": "",
5
5
"main": "dist/main.js",
6
6
"types": "dist/main.d.ts",