Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing definitions of plugin APIs (#690)
# PR Checklist - [ ] Did you check if it works normally in all models? *ignore this when it doesn't use models* - It doesn't use models. - [ ] Did you check if it works normally in all of web, local and node hosted versions? if it dosen't, did you blocked it in those versions? - Only checked on the browser - [ ] Did you add a type def? - It does nothing with types # Description In plugins.ts methods `addRisuReplacer` and `removeRisuReplacer` are implemented but not defined (exported). I thought that the definitions were simply missing. So I added only two lines.
- Loading branch information