UNPKG

@aplus-frontend/ui

Version:

39 lines (38 loc) 513 B
const t = () => ({ text: { type: String, default: "" }, size: { type: Number, default: 14 }, textStyle: { type: [String, Object], default: "major" }, link: { type: String, default: "" }, disableCopy: { type: Boolean, default: !1 }, onClick: { type: Function, default: () => { } }, tipMessageSuccess: { type: String, default: "" }, tipMessageError: { type: String, default: "" } }); export { t as ApCopyProps };