This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit c13b736 committed Oct 28, 2024 Verified
1 parent 8ad1f32 commit c13b736 Copy full SHA for c13b736
File tree 2 files changed +5
-241
lines changed
2 files changed +5
-241
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ import "obsidian";
4
4
5
5
/** @hidden */
6
6
declare module "obsidian" {
7
+ export interface View extends Component {
8
+ getState ( ) : any ;
9
+ }
7
10
interface WorkspaceLeaf {
8
11
serialize ( ) : {
9
12
id : string ;
@@ -16,10 +19,11 @@ declare module "obsidian" {
16
19
tabHeaderEl : HTMLElement ;
17
20
tabHeaderInnerTitleEl : HTMLElement ;
18
21
}
19
- interface ItemView {
22
+ export interface ItemView {
20
23
titleEl : HTMLElement ;
21
24
getState ( ) : any ;
22
25
}
26
+
23
27
interface FileManager {
24
28
linkUpdaters : {
25
29
canvas : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments