@ambuj.bhaskar/react-component-library 0.18.18-alpha → 0.18.19-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -177,6 +177,28 @@ export declare type AwiAnnotationToolsProps = {
177
177
  Carousel?: any;
178
178
  };
179
179
 
180
+ export declare const AwiCanvasContainer: React.FC<AwiCanvasContainerProps>;
181
+
182
+ export declare type AwiCanvasContainerProps = {
183
+ title?: string;
184
+ canvasDimensions: any;
185
+ zoomProperties: any;
186
+ isEditing: any;
187
+ canvasRef: any;
188
+ bgCanvasRef: any;
189
+ overlayCanvasRef: any;
190
+ handleMouseDown: any;
191
+ handleMouseUp: any;
192
+ handleMouseMove: any;
193
+ handleMouseMoveOut: any;
194
+ handleOnMouseLeave: any;
195
+ handleWheel: any;
196
+ handleTouchStart: any;
197
+ handleTouchMove: any;
198
+ handleTouchEnd: any;
199
+ handleTouchCancel: any;
200
+ };
201
+
180
202
  export declare const AwiEmptyState: React.FC<AwiEmptyStateProps>;
181
203
 
182
204
  export declare type AwiEmptyStateProps = {