fix(components): replace as const with correct type in config (#2652)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Giorgio Boa
2024-11-20 10:54:37 +01:00
committed by GitHub
parent 588a908358
commit 51c8b8e3e5
16 changed files with 66 additions and 42 deletions

View File

@@ -45,7 +45,7 @@ const ui = {
inactive: 'text-gray-400 dark:text-gray-500'
},
avatar: {
size: '2xs' as const
size: '2xs'
}
}
}