We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33107ee commit f5b3716Copy full SHA for f5b3716
packages/cherry-markdown/tsconfig.json
@@ -35,6 +35,7 @@
35
],
36
"files": [
37
"types/codemirror.d.ts",
38
- "types/global.d.ts"
+ "types/global.d.ts",
39
+ "types/index.d.ts"
40
]
41
}
packages/cherry-markdown/types/index.d.ts
@@ -0,0 +1,9 @@
1
+declare module 'cherry-markdown/dist/addons/cherry-code-block-mermaid-plugin' {
2
+ const plugin: any;
3
+ export default plugin;
4
+}
5
+
6
+declare module 'cherry-markdown/dist/addons/cherry-code-block-plantuml-plugin' {
7
8
9
0 commit comments