Skip to content

Commit 113c5e0

Browse files
committed
Types - Add 'none' sort option in VueUiVerticalBarConfig type
1 parent c837a3a commit 113c5e0

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
@@ -3591,7 +3591,7 @@ declare module 'vue-data-ui' {
35913591
color?: string;
35923592
layout?: {
35933593
bars?: {
3594-
sort?: "desc" | "asc";
3594+
sort?: "desc" | "asc" | "none";
35953595
useStroke?: boolean;
35963596
strokeWidth?: number;
35973597
height?: number;

0 commit comments

Comments
 (0)