Vanessa 2025-02-11 18:47:24 +08:00
parent 33109175cc
commit e76d0084ed
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ export class Plugin {
filter: string[],
html: string,
id: string,
callback: (protyle: import("../protyle").Protyle) => void
callback: (protyle: import("../protyle").Protyle, nodeElement: HTMLElement) => void
}[] = [];
// TODO
public customBlockRenders: {