@aplus-frontend/ui
Version:
44 lines (43 loc) • 632 B
JavaScript
const t = () => ({
attachmentList: {
type: Array,
default: [],
required: !0
},
textToolTipPlacement: {
type: String,
default: "topLeft"
},
fileMorePopoverPlacement: {
type: String,
default: "bottom"
},
color: {
type: String
},
size: {
type: String,
default: "middle"
},
maxWidth: {
type: [Number, String],
default: "auto"
},
needName: {
type: Object,
default: void 0
},
getOssAccess: {
type: Function
},
disabled: {
type: Boolean,
default: !1
},
toolTipBgColor: {
type: String
}
});
export {
t as ApAttachmentProps
};