mirror of https://github.com/vuejs/vitepress
refactor: use available DT packages instead of manually defining modules (#1096)
parent
63584c2812
commit
f9d2799be8
@ -1,28 +0,0 @@
|
||||
declare module 'markdown-it-attrs' {
|
||||
const def: any
|
||||
export default def
|
||||
}
|
||||
|
||||
declare module 'markdown-it-emoji' {
|
||||
const def: any
|
||||
export default def
|
||||
}
|
||||
|
||||
declare module 'markdown-it-container' {
|
||||
const def: any
|
||||
export default def
|
||||
}
|
||||
|
||||
declare module 'escape-html' {
|
||||
const def: (str: string) => string
|
||||
export default def
|
||||
}
|
||||
|
||||
declare module 'diacritics' {
|
||||
export const remove: (str: string) => string
|
||||
}
|
||||
|
||||
declare module '*.json' {
|
||||
const def: any
|
||||
export default def
|
||||
}
|
Loading…
Reference in new issue