@zsviczian/excalidraw 0.18.0-48 → 0.18.0-49
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
|
@@ -31,5 +31,5 @@ export declare const isTabletBreakpoint: (editorWidth: number, editorHeight: num
|
|
|
31
31
|
export declare const getFormFactor: (editorWidth: number, editorHeight: number) => EditorInterface["formFactor"];
|
|
32
32
|
export declare const deriveStylesPanelMode: (editorInterface: EditorInterface) => StylesPanelMode;
|
|
33
33
|
export declare const createUserAgentDescriptor: (userAgentString: string) => EditorInterface["userAgent"];
|
|
34
|
-
export declare const loadDesktopUIModePreference: () =>
|
|
34
|
+
export declare const loadDesktopUIModePreference: () => any;
|
|
35
35
|
export declare const setDesktopUIMode: (mode: EditorInterface["desktopUIMode"]) => "compact" | "full" | "tray" | undefined;
|