mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 07:21:46 +01:00
chore(components): improve tsdoc
This commit is contained in:
@@ -59,6 +59,10 @@ export interface CarouselProps<T> extends Omit<EmblaOptionsType, 'axis' | 'conta
|
||||
* @defaultValue false
|
||||
*/
|
||||
dots?: boolean
|
||||
/**
|
||||
* The orientation of the carousel.
|
||||
* @defaultValue 'horizontal'
|
||||
*/
|
||||
orientation?: CarouselVariants['orientation']
|
||||
items?: T[]
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user