mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
Enable astro/tsconfigs/strictest in the shared package (#2836)
This commit is contained in:
@@ -12,8 +12,8 @@ interface Person {
|
||||
}
|
||||
|
||||
interface Props {
|
||||
limit?: number
|
||||
offset?: number
|
||||
limit?: number | undefined
|
||||
offset?: number | undefined
|
||||
stacked?: boolean
|
||||
/** avatar-list-{size} + forwarded to default Avatars */
|
||||
size?: string
|
||||
|
||||
Reference in New Issue
Block a user