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