Skip to content

Commit 904568d

Browse files
Build
1 parent a361d5e commit 904568d

File tree

3 files changed

+90
-84
lines changed

3 files changed

+90
-84
lines changed

dist/plugin/VCodeBlock.vue.d.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
8686
runText: string;
8787
theme: string | boolean;
8888
}, {}>, {
89-
label?(_: {}): any;
89+
label?(_: {
90+
copyCode: typeof copyCode;
91+
copyStatus: string;
92+
runCode: typeof runCode;
93+
}): any;
9094
tabs?(_: {
9195
copyCode: typeof copyCode;
9296
copyStatus: string;
9397
runCode: typeof runCode;
9498
}): any;
95-
copyButton?(_: {}): any;
99+
copyButton?(_: {
100+
copyStatus: string;
101+
}): any;
96102
}>;
97103
export default _default;
98104
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;

dist/vue-code-block.cjs.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)