UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

31 lines (30 loc) 552 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const progressProps = { progress: { type: Number, default: 0 }, type: { type: String, default: "primary" }, barType: { type: String, default: "line" }, status: String, size: { type: [String, Number], default: "120" }, barWidth: Number, colors: [String, Object, Function], insetFormat: Boolean, format: String, showText: { type: Boolean, default: true } }; exports.progressProps = progressProps;