UNPKG

element-plus

Version:

A Component Library for Vue 3

19 lines (15 loc) 297 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const emptyProps = { image: { type: String, default: "" }, imageSize: Number, description: { type: String, default: "" } }; exports.emptyProps = emptyProps; //# sourceMappingURL=empty.js.map