UNPKG

element-plus

Version:

A Component Library for Vue 3

20 lines (17 loc) 352 B
import { buildProps, definePropType } from '../../../utils/props.mjs'; const cardProps = buildProps({ header: { type: String, default: "" }, bodyStyle: { type: definePropType([String, Object, Array]), default: "" }, shadow: { type: String, default: "" } }); export { cardProps }; //# sourceMappingURL=card.mjs.map