feat(Progress): new component (#697)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Italo
2023-10-27 11:01:47 -03:00
committed by GitHub
parent f5f76cc77e
commit 2c5559b73e
9 changed files with 634 additions and 0 deletions

View File

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

View 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