Update src/components/Progress/types.ts
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export type ProgressVariant = 'default' | 'dark' | 'green' | 'red' | 'yellow' | 'purple' | 'blue' | 'indigo'
|
||||
export type ProgressSize = 'sm' | 'md' | 'lg' | 'xl'
|
||||
export type ProgressSize = 'sm' | 'md' | 'lg' | 'xl'
|
||||
export type ProgressLabelPosition = 'inside' | 'outside' | 'none'
|
||||
|
||||
Reference in New Issue
Block a user