refactor(list): improve prop typing

This commit is contained in:
Kim, Jimin 2025-03-20 21:06:45 +09:00
parent 3809d11970
commit 8090737996
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -1,5 +1,7 @@
<script setup lang="ts">
const props = defineProps(["highlight"])
const props = defineProps<{
highlight: string
}>()
</script>
<template>