Skip to content

Commit 42e91d7

Browse files
ItsPierrejohannes-huther
authored andcommitted
fix: fix wrong type in CMultiOptionButton
1 parent 6f95a71 commit 42e91d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CMultiOptionButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type ButtonData = {
7272
/**
7373
* Emitted when the user clicks on this button.
7474
*/
75-
onClick?: () => {};
75+
onClick?: () => void;
7676
7777
/**
7878
* Denotes the target route of the link. You can find more information about the `to` prop on the vue-router documentation.

0 commit comments

Comments
 (0)