@aplus-frontend/ui
Version:
47 lines (46 loc) • 694 B
JavaScript
const e = () => ({
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: () => ({
nameKey: "fileName",
pathKey: "filePath"
})
},
getOssAccess: {
type: Function
},
disabled: {
type: Boolean,
default: !1
},
toolTipBgColor: {
type: String
}
});
export {
e as ApAttachmentProps
};