Skip to content

Commit 2729a62

Browse files
committed
Types - Update VueUiGaugeConfig type
1 parent 1bb5877 commit 2729a62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3173,6 +3173,13 @@ declare module 'vue-data-ui' {
31733173
prefix?: string;
31743174
suffix?: string;
31753175
};
3176+
segmentSeparators?: {
3177+
show?: boolean;
3178+
offsetOut?: number;
3179+
offsetIn?: number;
3180+
stroke?: string;
3181+
strokeWidth?: number;
3182+
};
31763183
segmentNames?: {
31773184
show?: boolean;
31783185
curved?: boolean;

0 commit comments

Comments
 (0)