Skip to content

Commit 34a2bb8

Browse files
committed
Types - Add celebration options in Theme type
1 parent 8f573dd commit 34a2bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/vue-data-ui.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ declare module 'vue-data-ui' {
136136
enableSelectionDrag?: boolean;
137137
}
138138

139-
export type Theme = "" | "zen" | "hack" | "concrete";
139+
export type Theme = "" | "zen" | "hack" | "concrete" | "celebration" | "celebrationNight";
140140
export type TextAlign = "left" | "center" | "right";
141141
export type TooltipPosition = TextAlign;
142142
export type FontVariantNumeric = "normal" | "slashed-zero" | "tabular-nums" | "oldstyle-nums";

0 commit comments

Comments
 (0)