This commit is contained in:
Vanessa 2022-08-20 13:13:21 +08:00
parent 029aa47283
commit fa6f57dc97
3 changed files with 62 additions and 0 deletions

View file

@ -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: {