Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jan 11, 2025
1 parent d0bc19f commit 0833143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siyuan.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export function getAllModels(): {
custom: [],
}

export function openSetting(app: App): void
export function openSetting(app: App): Dialog | undefined;

export function getModelByDockType(type: TDock | string): Model | any;

Expand Down

0 comments on commit 0833143

Please sign in to comment.