ideaz-element
Version:
<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>
64 lines (63 loc) • 862 B
JavaScript
const t = {
className: {
type: String
},
style: {
type: Object
},
markStyle: {
type: Object
},
markClassName: {
type: String
},
gapX: {
type: [Number, String]
},
gapY: {
type: [Number, String]
},
zIndex: {
type: [Number, String]
},
width: {
type: [Number, String]
},
height: {
type: [Number, String]
},
offsetTop: {
type: [Number, String]
},
offsetLeft: {
type: [Number, String]
},
rotate: {
type: [Number, String]
},
image: {
type: String
},
content: {
type: [String, Array]
},
fontColor: {
type: String
},
fontStyle: {
type: Object
},
fontFamily: {
type: String
},
fontWeight: {
type: String
},
fontSize: {
type: [String, Number]
}
};
export {
t as watermarkProps
};
//# sourceMappingURL=watermark.mjs.map