@zsviczian/excalidraw 0.11.0-obsidian-7 → 0.11.0-obsidian-8
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
|
@@ -85,7 +85,6 @@ declare class App extends React.Component<AppProps, AppState> {
|
|
|
85
85
|
zoomToFit: (target?: readonly ExcalidrawElement[], maxZoom?: number, margin?: number) => void;
|
|
86
86
|
updateContainerSize: (containers: NonDeletedExcalidrawElement[]) => void;
|
|
87
87
|
restore: (data: ImportedDataState) => RestoredDataState;
|
|
88
|
-
setTrayMode: (trayModeEnabled: boolean) => void;
|
|
89
88
|
clearToast: () => void;
|
|
90
89
|
setToastMessage: (toastMessage: string) => void;
|
|
91
90
|
restoreFileFromShare: () => Promise<void>;
|
package/types/types.d.ts
CHANGED
|
@@ -353,7 +353,6 @@ export declare type ExcalidrawImperativeAPI = {
|
|
|
353
353
|
sendToBack: (elements: readonly ExcalidrawElement[]) => void;
|
|
354
354
|
bringToFront: (elements: readonly ExcalidrawElement[]) => void;
|
|
355
355
|
restore: InstanceType<typeof App>["restore"];
|
|
356
|
-
setTrayMode: InstanceType<typeof App>["setTrayMode"];
|
|
357
356
|
};
|
|
358
357
|
export declare type DeviceType = {
|
|
359
358
|
isMobile: boolean;
|