Skip to content

Commit 6c3a3fc

Browse files
committed
Fix CodeBlock type
1 parent 3b4c3ee commit 6c3a3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/skeleton/src/lib/utilities/CodeBlock/CodeBlock.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
// Event Dispatcher
55
type CodeBlockEvent = {
6-
copy: never;
6+
copy: unknown;
77
};
88
const dispatch = createEventDispatcher<CodeBlockEvent>();
99

0 commit comments

Comments
 (0)