Skip to content

Commit cdc4222

Browse files
committed
Types - Update VueUiSkeletonConfig type
1 parent 3d2fbf5 commit cdc4222

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

types/vue-data-ui.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4107,11 +4107,14 @@ declare module 'vue-data-ui' {
41074107
}>;
41084108

41094109
export type VueUiSkeletonConfig = {
4110-
type?: "bar" | "chestnut" | "donut" | "gauge" | "line" | "onion" | "quadrant" | "radar" | "rating" | "table" | "verticalBar" | "waffle" | "heatmap" | "candlestick" | "pyramid" | "wheel" | "rings" | "donutEvolution" | "tiremarks" | "molecule" | "relationCircle" | "thermometer" | "sparkbar" | "sparkStackbar" | "sparkHistogram" | "bar3d" | "galaxy" | "treemap" | "stripPlot" | "dumbbell" | "parallelCoordinatePlot" | "flow";
4110+
type?: "bar" | "chestnut" | "donut" | "gauge" | "line" | "onion" | "quadrant" | "radar" | "rating" | "table" | "verticalBar" | "waffle" | "heatmap" | "candlestick" | "pyramid" | "wheel" | "rings" | "donutEvolution" | "tiremarks" | "molecule" | "relationCircle" | "thermometer" | "sparkbar" | "sparkStackbar" | "sparkHistogram" | "bar3d" | "galaxy" | "treemap" | "stripPlot" | "dumbbell" | "parallelCoordinatePlot" | "flow" | "bullet";
41114111
style?: {
41124112
backgroundColor?: string;
41134113
color?: string;
41144114
animated?: boolean;
4115+
bullet?: {
4116+
color?: string;
4117+
},
41154118
flow?: {
41164119
color?: string;
41174120
},

0 commit comments

Comments
 (0)