Skip to content

Commit 239fbff

Browse files
committed
Types - Fix wrong types in ChartUserOptions type
1 parent 53926d2 commit 239fbff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/vue-data-ui.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ declare module 'vue-data-ui' {
7878
tooltip?: boolean;
7979
};
8080
buttonTitles?: {
81-
animation?: boolean;
82-
annotator?: boolean;
81+
animation?: string;
82+
annotator?: string;
8383
close?: string;
8484
csv?: string;
8585
fullscreen?: string;

0 commit comments

Comments
 (0)