1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-14 20:45:12 +02:00

chore(client): fix type def

This commit is contained in:
syuilo
2022-06-28 13:06:31 +09:00
parent 5c3e782d29
commit 31d73f4659

View File

@@ -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;