Update src/components/Progress/types.ts

This commit is contained in:
Ilya Artamonov
2022-11-20 20:59:23 +03:00
committed by GitHub
parent 93988c439b
commit 7f2c03024c

View File

@@ -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'