Update packages/frontend/src/components/MkUsersTooltip.vue
This commit is contained in:
parent
1b844fd451
commit
1b9ff8de5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue