@zsviczian/excalidraw 0.18.0-8 → 0.18.0-9

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zsviczian/excalidraw",
3
- "version": "0.18.0-8",
3
+ "version": "0.18.0-9",
4
4
  "main": "main.js",
5
5
  "module": "./dist/prod/index.js",
6
6
  "types": "types/excalidraw/index.d.ts",
@@ -26,3 +26,4 @@ export declare function isTouchInPenMode(appState: AppState, event: React.Pointe
26
26
  export declare function getSharedMermaidInstance(): Promise<MermaidToExcalidrawLibProps>;
27
27
  export declare function loadMermaid(): Promise<MermaidToExcalidrawLibProps>;
28
28
  export declare const intersectElementWithLine: (element: ExcalidrawElement, a: GlobalPoint, b: GlobalPoint, gap: number | undefined, elementsMap: ElementsMap) => GlobalPoint[] | undefined;
29
+ export declare const disableDoubleClickTextEditing: () => any;