We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53db654 commit aab3338Copy full SHA for aab3338
src/plugin/index.ts
@@ -17,6 +17,8 @@ export function createVCodeBlock(options: Props = {}) {
17
};
18
}
19
20
+export default VCodeBlock;
21
+
22
export {
23
VCodeBlock,
24
0 commit comments