mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 20:48:06 +01:00
This commit is contained in:
parent
029aa47283
commit
fa6f57dc97
3 changed files with 62 additions and 0 deletions
2
app/src/types/protyle.d.ts
vendored
2
app/src/types/protyle.d.ts
vendored
|
|
@ -206,6 +206,8 @@ declare class Lute {
|
|||
public IsValidLinkDest(text: string): boolean;
|
||||
|
||||
public BlockDOM2InlineBlockDOM(html: string): string;
|
||||
|
||||
public BlockDOM2HTML(html: string): string;
|
||||
}
|
||||
|
||||
declare const webkitAudioContext: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue