comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
35 lines (34 loc) • 741 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
require("../../../utils/config.js");
require("vue");
const typescript = require("../../../utils/typescript.js");
require("@vueuse/core");
const anchorProps = {
container: {
type: [String, HTMLElement, Window],
default: window
},
direction: {
type: String,
default: "vertical"
},
lineWeight: Number,
showLine: Boolean,
offset: {
type: Number,
default: 0
},
size: String,
color: String,
duration: {
type: Number,
default: 500
},
anchorAnimation: Boolean
};
const anchorEmits = {
change: (href) => typescript.isString(href)
};
exports.anchorEmits = anchorEmits;
exports.anchorProps = anchorProps;