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:
renovate[bot] 2020-10-07 12:21:03 +02:00 committed by GitHub
parent b094fe1de6
commit 07364ff07b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 72 additions and 21 deletions

View file

@ -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'
}

View file

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