Skip to content

Commit bc24fae

Browse files
committed
Types - Update VueUiCirclePackDatasetItem type
1 parent 0c9eb6b commit bc24fae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/vue-data-ui.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6549,6 +6549,7 @@ declare module "vue-data-ui" {
65496549
export type VueUiCirclePackDatasetItem = {
65506550
name: string;
65516551
value: number;
6552+
color?: string;
65526553
};
65536554

65546555
export type VueUiCirclePackConfig = {

0 commit comments

Comments
 (0)