Update dependency markmap-lib to v0.9.2 (#707)

* Update dependency markmap-lib to v0.9.2

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
renovate[bot] 2020-10-25 11:58:40 +01:00 committed by GitHub
parent 3b50a00021
commit 47f84f1933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 15 deletions

View file

@ -1,3 +0,0 @@
declare module 'markmap-lib/dist/transform' {
export { transform, getUsedAssets } from 'markmap-lib/types/transform'
}

View file

@ -1,3 +0,0 @@
declare module 'markmap-lib/dist/util/loader' {
export { loadCSS, loadJS } from 'markmap-lib/types/util/loader'
}

View file

@ -1,3 +0,0 @@
declare module 'markmap-lib/dist/view' {
export { Markmap } from 'markmap-lib/types/view'
}