Update src/components/Progress/composables/useProgressClasses.ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { Ref } from 'vue'
|
||||
import { computed } from 'vue'
|
||||
import classNames from 'classnames'
|
||||
import type { ProgressVariant, ProgressSize } from '../types'
|
||||
import type { ProgressVariant, ProgressSize, ProgressLabelPosition } from '../types'
|
||||
|
||||
const barColorClasses: Record<ProgressVariant, string> = {
|
||||
default: 'bg-blue-600 dark:bg-blue-600',
|
||||
|
||||
Reference in New Issue
Block a user