@zsviczian/excalidraw 0.17.1-obsidian-39 → 0.17.1-obsidian-40
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
|
@@ -4,6 +4,7 @@ export declare function destroyObsidianUtils(): void;
|
|
|
4
4
|
export declare function initializeObsidianUtils(obsidianPlugin: any): void;
|
|
5
5
|
export declare function getAreaLimit(): any;
|
|
6
6
|
export declare function getWidthHeightLimit(): any;
|
|
7
|
+
export declare function allowDoubleTapEraser(): any;
|
|
7
8
|
export declare function isExcaliBrainView(): any;
|
|
8
9
|
export declare function getExcalidrawContentEl(): HTMLElement;
|
|
9
10
|
export declare function hideFreedrawPenmodeCursor(): boolean;
|