mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-16 21:18:05 +01:00
chore(Progress): define ProgressColor type
This commit is contained in:
2
src/runtime/types/progress.d.ts
vendored
2
src/runtime/types/progress.d.ts
vendored
@@ -1,4 +1,6 @@
|
||||
import { progress } from '../ui.config'
|
||||
import colors from '#ui-colors'
|
||||
|
||||
export type ProgressSize = keyof typeof progress.progress.size
|
||||
export type ProgressAnimation = keyof typeof progress.animation
|
||||
export type ProgressColor = typeof colors[number]
|
||||
|
||||
Reference in New Issue
Block a user