mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
Update dependency markmap-lib to v0.9.1 (#637)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: mrdrogdrog <mr.drogdrog@gmail.com>
This commit is contained in:
parent
b094fe1de6
commit
07364ff07b
5 changed files with 72 additions and 21 deletions
|
@ -1,3 +1,3 @@
|
|||
declare module 'markmap-lib/dist/transform' {
|
||||
export { transform } from 'markmap-lib/types/transform'
|
||||
export { transform, getUsedAssets } from 'markmap-lib/types/transform'
|
||||
}
|
||||
|
|
3
src/external-types/markmap-lib/dist/util/loader.d.ts
vendored
Normal file
3
src/external-types/markmap-lib/dist/util/loader.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
declare module 'markmap-lib/dist/util/loader' {
|
||||
export { loadCSS, loadJS } from 'markmap-lib/types/util/loader'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue