Skip to content

Commit b8fa0e9

Browse files
committed
Types - Update VueUiRatingConfig type
1 parent 831d242 commit b8fa0e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3977,6 +3977,8 @@ declare module 'vue-data-ui' {
39773977
tooltip?: ChartTooltip & {
39783978
offsetY?: number;
39793979
bold?: boolean;
3980+
roundingValue?: number;
3981+
formatter?: Formatter;
39803982
};
39813983
};
39823984
};

0 commit comments

Comments
 (0)