mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
fix(types): improve with strict mode (#1041)
This commit is contained in:
@@ -23,7 +23,7 @@ export default {
|
||||
},
|
||||
avatar: {
|
||||
base: 'flex-shrink-0',
|
||||
size: '2xs'
|
||||
size: '2xs' as const
|
||||
},
|
||||
label: 'text-sm'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user