mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04:00
Add abcjs (#537)
This commit is contained in:
parent
86e41929ef
commit
119c9512e7
7 changed files with 82 additions and 0 deletions
3
src/external-types/abcjs/abcjs.d.ts
vendored
Normal file
3
src/external-types/abcjs/abcjs.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
declare module 'abcjs' {
|
||||
export function renderAbc(target: string|HTMLElement, code: string)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue