chore(components): add @IconifyIcon tag on icon properties (#3445)

This commit is contained in:
Romain Hamel
2025-03-04 10:40:13 +01:00
committed by GitHub
parent ccbd89c908
commit fb4e05c65f
24 changed files with 106 additions and 6 deletions

View File

@@ -35,6 +35,7 @@ export interface CarouselProps<T> extends Omit<EmblaOptionsType, 'axis' | 'conta
/**
* The icon displayed in the prev button.
* @defaultValue appConfig.ui.icons.arrowLeft
* @IconifyIcon
*/
prevIcon?: string
/**
@@ -45,6 +46,7 @@ export interface CarouselProps<T> extends Omit<EmblaOptionsType, 'axis' | 'conta
/**
* The icon displayed in the next button.
* @defaultValue appConfig.ui.icons.arrowRight
* @IconifyIcon
*/
nextIcon?: string
/**