Update packages/frontend/src/components/MkUsersTooltip.vue

This commit is contained in:
syuilo 2024-10-31 13:46:14 +09:00 committed by GitHub
parent 1b844fd451
commit 1b9ff8de5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ import MkTooltip from './MkTooltip.vue';
defineProps<{
showing: boolean;
users: Misskey.entities.UserLite[]; // TODO
users: Misskey.entities.UserLite[];
count: number;
targetElement: HTMLElement;
}>();