UNPKG

comic-plus

Version:

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

21 lines (20 loc) 273 B
const clockProps = { type: { type: String, default: "circle" }, size: String, modules: { type: Array, default: ["marks"] }, color: String, shadow: { type: String, default: "always" }, romanText: Boolean }; export { clockProps };