UNPKG

zent

Version:

一套前端设计语言和基于React的实现

15 lines (11 loc) 271 B
import { IProgressStatus } from './types'; export const avaliableStatus: IProgressStatus[] = [ 'normal', 'success', 'exception', ]; export const DEFAULT_WIDTH = { CIRCLE: 132, LINE: '100%', }; export const defaultFormat = (percent: number) => `${percent}%`;