mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 20:48:06 +01:00
♻️
This commit is contained in:
parent
fd0893d8d8
commit
6806392b41
57 changed files with 271 additions and 360 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -49,7 +49,7 @@ interface Window {
|
|||
|
||||
Protyle: import("../protyle/method").default
|
||||
|
||||
goBack(app: import("../index").App): void
|
||||
goBack(): void
|
||||
|
||||
showKeyboardToolbar(height: number): void
|
||||
|
||||
|
|
|
|||
1
app/src/types/protyle.d.ts
vendored
1
app/src/types/protyle.d.ts
vendored
|
|
@ -407,6 +407,7 @@ interface IOptions {
|
|||
}
|
||||
|
||||
interface IProtyle {
|
||||
app: import("../index").App,
|
||||
transactionTime: number,
|
||||
id: string,
|
||||
block: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue