We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751c798 commit 79034f3Copy full SHA for 79034f3
dist/VueMarkdown.d.ts
@@ -1,4 +1,4 @@
1
import { Component } from 'vue';
2
-export { Options } from 'markdown-it';
+export type { Options } from 'markdown-it';
3
declare const VueMarkdown: Component;
4
export default VueMarkdown;
0 commit comments