UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

8 lines (5 loc) 193 B
export type { ProgressPropsType } from './props' export type ProgressType = 'primary' | 'success' | 'danger' | 'warning' export interface ProgressTIsShowPercentageInterface { (): boolean }