Skip to content

Commit 8264e4a

Browse files
committed
Types - Update VueUiTableSparklineConfig type
1 parent b20f5a8 commit 8264e4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,10 @@ declare module 'vue-data-ui' {
495495
strokeWidth?: number;
496496
type?: "line" | "bar",
497497
smooth?: boolean;
498+
dimensions?: {
499+
width?: number;
500+
heightRatio?: number;
501+
};
498502
animation?: {
499503
show?: boolean;
500504
animationFrames?: number;

0 commit comments

Comments
 (0)