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 9260361 commit ac016e4Copy full SHA for ac016e4
dist/plugin/index.d.ts
@@ -1,6 +1,6 @@
1
import type { App } from 'vue';
2
import type { Props } from './types';
3
-import VCodeBlock from '../plugin/VCodeBlock.vue';
+import VCodeBlock from './VCodeBlock.vue';
4
export declare const codeBlockOptions: unique symbol;
5
export declare function createVCodeBlock(options?: Props): (app: App) => void;
6
export { VCodeBlock, };
dist/types/index.d.ts
0 commit comments