mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
♻️
This commit is contained in:
parent
d81d517997
commit
304016589d
2 changed files with 2 additions and 1 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -110,7 +110,6 @@ type TAVCol =
|
|||
| "updated"
|
||||
| "checkbox"
|
||||
| "lineNumber"
|
||||
type THintSource = "search" | "av" | "hint";
|
||||
type TAVFilterOperator =
|
||||
"="
|
||||
| "!="
|
||||
|
|
|
|||
2
app/src/types/protyle.d.ts
vendored
2
app/src/types/protyle.d.ts
vendored
|
|
@ -10,6 +10,8 @@ interface ILuteNode {
|
|||
};
|
||||
}
|
||||
|
||||
type THintSource = "search" | "av" | "hint";
|
||||
|
||||
type TTurnIntoOne = "BlocksMergeSuperBlock" | "Blocks2ULs" | "Blocks2OLs" | "Blocks2TLs" | "Blocks2Blockquote"
|
||||
|
||||
type TTurnIntoOneSub = "row" | "col"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue