Skip to content

Commit fd6b7ec

Browse files
committed
Fix typo in .d.ts
1 parent 029c26d commit fd6b7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/vue-data-ui.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ declare module 'vue-data-ui' {
605605
box?: {
606606
stroke?: string;
607607
strokeWidth?: number;
608-
strokeDasharray?: number; 2,
608+
strokeDasharray?: number;
609609
dimensions?: {
610610
width?: number;
611611
height?: number;

0 commit comments

Comments
 (0)