Skip to content

Commit bad4e20

Browse files
committed
Fix type def errors in VueUiSparkbar config & dataset
1 parent a662e81 commit bad4e20

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
@@ -1429,7 +1429,7 @@ declare module 'vue-data-ui' {
14291429
value: number;
14301430
suffix?: string;
14311431
prefix?: string;
1432-
rounding?: string;
1432+
rounding?: number;
14331433
color?: string;
14341434
target?: number;
14351435
}
@@ -1465,7 +1465,7 @@ declare module 'vue-data-ui' {
14651465
labels?: {
14661466
fontSize?: number;
14671467
name?: {
1468-
position?: TextAlign;
1468+
position?: "top" | "left";
14691469
width?: string;
14701470
color?: string;
14711471
bold?: boolean;

0 commit comments

Comments
 (0)