Skip to content

Commit db83cf6

Browse files
committed
Fix - Types - Add radiusRatio type definition in VueUiDonutConfig #268
1 parent a7aad3a commit db83cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3934,6 +3934,7 @@ declare module "vue-data-ui" {
39343934
};
39353935
};
39363936
donut?: {
3937+
radiusRatio?: number;
39373938
borderWidth?: number;
39383939
strokeWidth?: number;
39393940
useShadow?: boolean;

0 commit comments

Comments
 (0)