Skip to content
Snippets Groups Projects
Commit 31d73f46 authored by syuilo's avatar syuilo
Browse files

chore(client): fix type def

parent 5c3e782d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment