Skip to content

Commit 394548a

Browse files
committed
Types - Fix typos
1 parent 675fc6e commit 394548a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/vue-data-ui.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,10 +2142,10 @@ declare module 'vue-data-ui' {
21422142
showHorizontalLines?: boolean;
21432143
showVerticalLines?: boolean;
21442144
position?: 'middle' | 'start';
2145-
frame: {
2145+
frame?: {
21462146
show?: boolean;
21472147
stroke?: string;
2148-
stokeWidth?: number;
2148+
strokeWidth?: number;
21492149
strokeLinecap?: "round" | "butt" | "square",
21502150
strokeLinejoin?: "arcs" | "bevel" | "miter" | "miter-clip" | "round",
21512151
strokeDasharray?: number;

0 commit comments

Comments
 (0)