mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
chore(client): fix type def
This commit is contained in:
parent
73113f7631
commit
97b4d43871
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