mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
Enable astro/tsconfigs/strictest in the preview package (#2834)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user