UNPKG

@fesjs/fes-design

Version:
20 lines (18 loc) 312 B
const emptyProps = { // image URL of empty imageSrc: { type: String, default: '' }, // image style of empty imageStyle: { type: [Object, Array, String], default: () => ({}) }, // description of empty description: { type: String, default: '' } }; export { emptyProps };