mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
chore(components): add @IconifyIcon tag on icon properties (#3445)
This commit is contained in:
@@ -29,21 +29,25 @@ export interface CalendarProps<R extends boolean, M extends boolean> extends Omi
|
||||
/**
|
||||
* The icon to use for the next year control.
|
||||
* @defaultValue appConfig.ui.icons.chevronDoubleRight
|
||||
* @IconifyIcon
|
||||
*/
|
||||
nextYearIcon?: string
|
||||
/**
|
||||
* The icon to use for the next month control.
|
||||
* @defaultValue appConfig.ui.icons.chevronRight
|
||||
* @IconifyIcon
|
||||
*/
|
||||
nextMonthIcon?: string
|
||||
/**
|
||||
* The icon to use for the previous year control.
|
||||
* @defaultValue appConfig.ui.icons.chevronDoubleLeft
|
||||
* @IconifyIcon
|
||||
*/
|
||||
prevYearIcon?: string
|
||||
/**
|
||||
* The icon to use for the previous month control.
|
||||
* @defaultValue appConfig.ui.icons.chevronLeft
|
||||
* @IconifyIcon
|
||||
*/
|
||||
prevMonthIcon?: string
|
||||
color?: CalendarVariants['color']
|
||||
|
||||
Reference in New Issue
Block a user