chore(components): improve JSDoc

This commit is contained in:
Benjamin Canac
2024-06-11 18:23:56 +02:00
parent 655d9b2c97
commit ee3d2aa30f
27 changed files with 232 additions and 10 deletions

View File

@@ -17,6 +17,10 @@ export interface ProgressProps extends Omit<ProgressRootProps, 'asChild' | 'max'
inverted?: boolean
size?: ProgressVariants['size']
color?: ProgressVariants['color']
/**
* The orientation of the progress bar.
* @defaultValue `'horizontal'`
*/
orientation?: ProgressVariants['orientation']
animation?: ProgressVariants['animation']
class?: any