mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-29 15:28:09 +09:00
chore(client): fix type def
This commit is contained in:
parent
7bc77f6137
commit
65f3991773
@ -6,7 +6,7 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
const props = withDefaults(defineProps<{
|
||||
minWidth: number;
|
||||
minWidth?: number;
|
||||
}>(), {
|
||||
minWidth: 210,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user