Enable astro/tsconfigs/strictest in the preview package (#2834)

This commit is contained in:
Paweł Kuna
2026-08-08 00:51:32 +02:00
committed by GitHub
parent 512ede545c
commit 16e1403bc8
22 changed files with 102 additions and 61 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ interface Props {
dark?: boolean
size?: string
class?: string
label?: string
label?: string | undefined
}
const { payment = 'visa', dark, size, class: className, label } = Astro.props