mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 16:26:09 +01:00
This commit is contained in:
parent
918f679a31
commit
7eb6bcd59e
3 changed files with 27 additions and 15 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -126,6 +126,8 @@ type TAVFilterOperator =
|
|||
| "Is true"
|
||||
| "Is false"
|
||||
|
||||
type TRecentDocsSort = "viewedAt" | "closedAt" | "openAt" | "updated"
|
||||
|
||||
declare module "blueimp-md5"
|
||||
|
||||
declare class Highlight {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue