@tarojs/components
Version:
13 lines (12 loc) • 351 B
TypeScript
import { ComponentInterface } from '../../stencil-public-runtime';
export declare class Progress implements ComponentInterface {
percent: number;
showInfo: boolean;
borderRadius: number | string;
fontSize: number | string;
strokeWidth: number | string;
activeColor: string;
backgroundColor: string;
active: boolean;
render(): any;
}