Skip to content

Commit

Permalink
Fix type def errors in VueUiSparkbar config & dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Oct 4, 2024
1 parent a662e81 commit bad4e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/vue-data-ui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ declare module 'vue-data-ui' {
value: number;
suffix?: string;
prefix?: string;
rounding?: string;
rounding?: number;
color?: string;
target?: number;
}
Expand Down Expand Up @@ -1465,7 +1465,7 @@ declare module 'vue-data-ui' {
labels?: {
fontSize?: number;
name?: {
position?: TextAlign;
position?: "top" | "left";
width?: string;
color?: string;
bold?: boolean;
Expand Down

0 comments on commit bad4e20

Please sign in to comment.