Skip to content

Commit 554f455

Browse files
committed
Types - Update VueUiSparklineConfig type
1 parent 0b79e44 commit 554f455

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
@@ -3624,6 +3624,7 @@ declare module 'vue-data-ui' {
36243624
export type VueUiSparklineConfig = {
36253625
theme?: Theme;
36263626
type?: "line" | "bar";
3627+
responsive?: boolean;
36273628
style?: {
36283629
backgroundColor?: string;
36293630
fontFamily?: string;

0 commit comments

Comments
 (0)