mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 15:04:07 +01:00
This commit is contained in:
parent
edbe4da57e
commit
a5bee1533b
6 changed files with 20 additions and 21 deletions
4
app/src/types/index.d.ts
vendored
4
app/src/types/index.d.ts
vendored
|
|
@ -1,4 +1,4 @@
|
|||
type TLayout = "normal" | "top" | "bottom" | "left" | "right" | "center"
|
||||
type TLayout = "normal" | "bottom" | "left" | "right" | "center"
|
||||
type TSearchFilter = "mathBlock" | "table" | "blockquote" | "superBlock" | "paragraph" | "document" | "heading"
|
||||
| "list" | "listItem" | "codeBlock" | "htmlBlock"
|
||||
type TDirection = "lr" | "tb"
|
||||
|
|
@ -12,7 +12,7 @@ type TDockType =
|
|||
| "backlink"
|
||||
| "backlinkOld"
|
||||
| "inbox"
|
||||
type TDockPosition = "Left" | "Right" | "Top" | "Bottom"
|
||||
type TDockPosition = "Left" | "Right" | "Bottom"
|
||||
type TWS = "main" | "filetree" | "protyle"
|
||||
type TEditorMode = "preview" | "wysiwyg"
|
||||
type TOperation =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue