Skip to content

Commit f4802a4

Browse files
committed
Fix - Fix missing type
1 parent 4138e78 commit f4802a4

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
@@ -1251,7 +1251,7 @@ declare module 'vue-data-ui' {
12511251
}
12521252

12531253
export const VueUiSparkStackbar: DefineComponent<{
1254-
config?: ,
1254+
config?: VueUiSparkStackbarConfig,
12551255
dataset: VueUiSparkStackbarDatasetItem[]
12561256
}>;
12571257

0 commit comments

Comments
 (0)