UNPKG

comic-plus

Version:

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

17 lines (16 loc) 341 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const loadingProps = { icon: Object, defaultVisible: { type: Boolean, default: true }, text: String, blur: Boolean, background: String, color: String, target: HTMLElement, global: Boolean }; exports.loadingProps = loadingProps;