mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-12-28 06:54:10 +00:00
fix lint
This commit is contained in:
parent
7cb4c56fda
commit
9bacea66ac
@ -60,7 +60,7 @@ defineProps<{
|
||||
|
||||
defineSlots<{
|
||||
label?: () => any;
|
||||
caption?: () => any
|
||||
caption?: () => any;
|
||||
} & {
|
||||
[K in `option-${NonNullable<T['slotId']>}`]: () => any;
|
||||
}>();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user