obsidian-typings 1.1.0 → 1.1.1
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/obsidian-ex.d.ts +1 -1
- package/package.json +1 -1
package/obsidian-ex.d.ts
CHANGED
|
@@ -537,7 +537,7 @@ declare module "obsidian" {
|
|
|
537
537
|
* @remark This method is device *and* vault specific
|
|
538
538
|
* @tutorial Use load/saveLocalStorage for saving configuration data that needs to be unique to the current vault
|
|
539
539
|
*/
|
|
540
|
-
loadLocalStorage(key: string):
|
|
540
|
+
loadLocalStorage(key: string): any;
|
|
541
541
|
/** @internal Add callback to execute on next frame */
|
|
542
542
|
nextFrame(callback: () => void): void;
|
|
543
543
|
/** @internal Add callback to execute on next frame, and remove after execution */
|