chore(components): improve tsdoc

This commit is contained in:
Benjamin Canac
2025-03-04 11:58:31 +01:00
parent 629c54261a
commit 25e503bc83
38 changed files with 274 additions and 1 deletions

View File

@@ -50,7 +50,13 @@ export interface CalendarProps<R extends boolean, M extends boolean> extends Omi
* @IconifyIcon
*/
prevMonthIcon?: string
/**
* @defaultValue 'primary'
*/
color?: CalendarVariants['color']
/**
* @defaultValue 'md'
*/
size?: CalendarVariants['size']
/** Whether or not a range of dates can be selected */
range?: R & boolean