obsidian-typings 2.43.2 → 2.43.3

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.
@@ -623,9 +623,9 @@ declare module "obsidian" {
623
623
  }
624
624
  }
625
625
  declare module "obsidian" {
626
- function loadMermaid(): Promise<Mermaid>;
627
- function loadPdfJs(): Promise<typeof pdfjsLib>;
628
- function loadPrism(): Promise<typeof Prism$1>;
626
+ export function loadMermaid(): Promise<Mermaid>;
627
+ export function loadPdfJs(): Promise<typeof pdfjsLib>;
628
+ export function loadPrism(): Promise<typeof Prism$1>;
629
629
  }
630
630
  declare module "obsidian" {
631
631
  interface AbstractInputSuggest<T> extends PopoverSuggest<T> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "2.43.2",
3
+ "version": "2.43.3",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",