mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
feat(Progress): new component (#697)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
1
src/runtime/types/index.d.ts
vendored
1
src/runtime/types/index.d.ts
vendored
@@ -9,6 +9,7 @@ export * from './form'
|
||||
export * from './link'
|
||||
export * from './notification'
|
||||
export * from './popper'
|
||||
export * from './progress'
|
||||
export * from './tabs'
|
||||
export * from './vertical-navigation'
|
||||
export * from './utils'
|
||||
|
||||
4
src/runtime/types/progress.ts
Normal file
4
src/runtime/types/progress.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { progress } from '../ui.config'
|
||||
|
||||
export type ProgressSize = keyof typeof progress.progress.size
|
||||
export type ProgressAnimation = keyof typeof progress.animation
|
||||
Reference in New Issue
Block a user