mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
chore(components): improve JSDoc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user