UNPKG

comic-plus

Version:

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

12 lines (11 loc) 273 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const timelineItemProps = { time: String, reverse: Boolean, color: String, fill: Boolean, icon: Object, dashedLine: Boolean }; exports.timelineItemProps = timelineItemProps;