UNPKG

element-plus

Version:

A Component Library for Vue 3

26 lines (23 loc) 485 B
import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs'; const cardProps = buildProps({ header: { type: String, default: "" }, footer: { type: String, default: "" }, bodyStyle: { type: definePropType([String, Object, Array]), default: "" }, bodyClass: String, shadow: { type: String, values: ["always", "hover", "never"], default: "always" } }); export { cardProps }; //# sourceMappingURL=card2.mjs.map