Skip to content

Commit b9bb258

Browse files
committed
Types - Update VueUiStackbarConfig type
1 parent e860216 commit b9bb258

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
@@ -5422,6 +5422,8 @@ declare module 'vue-data-ui' {
54225422
grid?: {
54235423
scale?: {
54245424
ticks?: number;
5425+
scaleMin?: number | null;
5426+
scaleMax?: number | null;
54255427
};
54265428
x?: {
54275429
showAxis?: boolean;

0 commit comments

Comments
 (0)