@uploadcare/blocks
Advanced tools
Comparing version 0.24.0-alpha.4 to 0.24.0-alpha.5
{ | ||
"name": "@uploadcare/blocks", | ||
"version": "0.24.0-alpha.4", | ||
"version": "0.24.0-alpha.5", | ||
"description": "Building blocks for Uploadcare products integration", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
/// <reference types="./jsx.d.ts" /> | ||
/// <reference types="./events.d.ts" /> | ||
export * from "./exported.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -24,3 +24,3 @@ type ConfigType = import('./exported').ConfigType; | ||
declare namespace JSX { | ||
export declare namespace JSX { | ||
interface IntrinsicElements { | ||
@@ -27,0 +27,0 @@ 'lr-crop-frame': any; |
2112234
20882