@zsviczian/excalidraw 0.18.0-36 → 0.18.0-37
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/package.json
CHANGED
|
@@ -41,3 +41,4 @@ export declare const getZoomMin: () => any;
|
|
|
41
41
|
export declare const getZoomMax: () => any;
|
|
42
42
|
export declare const runAction: (action: string) => void;
|
|
43
43
|
export declare const t2: (key: string) => string;
|
|
44
|
+
export declare const shouldDisableZoom: (appState: AppState) => boolean;
|