diff --git a/src/components/Progress/types.ts b/src/components/Progress/types.ts index 11b7ebf..ec44e3d 100644 --- a/src/components/Progress/types.ts +++ b/src/components/Progress/types.ts @@ -1,2 +1,3 @@ export type ProgressVariant = 'default' | 'dark' | 'green' | 'red' | 'yellow' | 'purple' | 'blue' | 'indigo' -export type ProgressSize = 'sm' | 'md' | 'lg' | 'xl' \ No newline at end of file +export type ProgressSize = 'sm' | 'md' | 'lg' | 'xl' +export type ProgressLabelPosition = 'inside' | 'outside' | 'none'