UNPKG

comic-plus

Version:

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

15 lines (14 loc) 276 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const cardProps = { shadow: { type: String, default: "always" }, turnCard: Boolean, turnType: { type: String, default: "hover" } }; exports.cardProps = cardProps;