Files
dsProject/dsBase/WebRoot/html/cdn/lib/components/card/src/card.js

24 lines
428 B
JavaScript
Raw Normal View History

2025-08-14 15:45:08 +08:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var props = require('../../../utils/props.js');
const cardProps = props.buildProps({
header: {
type: String,
default: ""
},
bodyStyle: {
type: props.definePropType([String, Object, Array]),
default: ""
},
shadow: {
type: String,
default: ""
}
});
exports.cardProps = cardProps;
//# sourceMappingURL=card.js.map