Skip to content

Commit bab9616

Browse files
committed
fix eslint error
1 parent cec1897 commit bab9616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { DefineComponent } from "vue";
22
import VueTogglesComponent from "./components/VueToggles.vue";
33
import type { VueTogglesProps } from "./types";
44

5-
// Type declaration
5+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
66
declare const VueToggles: DefineComponent<VueTogglesProps>;
77

88
// Export the component and its types

0 commit comments

Comments
 (0)