auto-git:
[add] src/markdown/ [add] src/types/
This commit is contained in:
4
src/types/markdown-it.d.ts
vendored
Normal file
4
src/types/markdown-it.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module "markdown-it" {
|
||||
const MarkdownIt: any;
|
||||
export default MarkdownIt;
|
||||
}
|
||||
Reference in New Issue
Block a user