fix: ts ilnt

This commit is contained in:
KazooTTT
2024-11-23 16:23:43 +08:00
parent 7565f34b16
commit d6b9f06cc9

View File

@ -10,7 +10,7 @@ interface Props {
description: string description: string
href?: string href?: string
iconPath?: string iconPath?: string
iconBgColour: string iconBgColour?: string
}[] }[]
} }
const { class: className, title, tools, ...props } = Astro.props const { class: className, title, tools, ...props } = Astro.props