forked from FoundKeyGang/FoundKey
chore(client): fix type def
This commit is contained in:
parent
a7cc45fa98
commit
095a99f3f7
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ const props = defineProps<{
|
|||
showing: boolean;
|
||||
x: number;
|
||||
y: number;
|
||||
title: string;
|
||||
series: {
|
||||
title?: string;
|
||||
series?: {
|
||||
backgroundColor: string;
|
||||
borderColor: string;
|
||||
text: string;
|
||||
|
|
Loading…
Reference in a new issue