UNPKG

zent

Version:

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

8 lines (7 loc) 244 B
import { IProgressStatus } from './types'; export declare const avaliableStatus: IProgressStatus[]; export declare const DEFAULT_WIDTH: { CIRCLE: number; LINE: string; }; export declare const defaultFormat: (percent: number) => string;