UNPKG

element-plus

Version:

A Component Library for Vue 3

21 lines (16 loc) 380 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var runtime = require('../../../utils/vue/props/runtime.js'); const emptyProps = runtime.buildProps({ image: { type: String, default: "" }, imageSize: Number, description: { type: String, default: "" } }); exports.emptyProps = emptyProps; //# sourceMappingURL=empty.js.map