We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffca0ec commit acf62ddCopy full SHA for acf62dd
src/types.ts
@@ -0,0 +1,30 @@
1
+/*
2
+ Module: Obsidian
3
+*/
4
+
5
+declare module 'obsidian'
6
+{
7
+ interface App
8
+ {
9
+ commands:
10
11
+ executeCommandById: any
12
+ }
13
14
15
+ interface Workspace
16
17
+ onLayoutChange( ): void
18
19
+}
20
21
22
+ Header leaf button base
23
24
25
+export interface LeafButtonBase
26
27
+ id: string
28
+ icon: string
29
+ name: string
30
0 commit comments