We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f573dd commit 34a2bb8Copy full SHA for 34a2bb8
types/vue-data-ui.d.ts
@@ -136,7 +136,7 @@ declare module 'vue-data-ui' {
136
enableSelectionDrag?: boolean;
137
}
138
139
- export type Theme = "" | "zen" | "hack" | "concrete";
+ export type Theme = "" | "zen" | "hack" | "concrete" | "celebration" | "celebrationNight";
140
export type TextAlign = "left" | "center" | "right";
141
export type TooltipPosition = TextAlign;
142
export type FontVariantNumeric = "normal" | "slashed-zero" | "tabular-nums" | "oldstyle-nums";
0 commit comments