element-plus
Version:
A Component Library for Vue 3
26 lines (21 loc) • 530 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
require('../../../utils/index.js');
var runtime = require('../../../utils/vue/props/runtime.js');
const cardProps = runtime.buildProps({
header: {
type: String,
default: ""
},
bodyStyle: {
type: runtime.definePropType([String, Object, Array]),
default: ""
},
shadow: {
type: String,
values: ["always", "hover", "never"],
default: "always"
}
});
exports.cardProps = cardProps;
//# sourceMappingURL=card.js.map
;