UNPKG

element-plus

Version:

A Component Library for Vue 3

22 lines (19 loc) 450 B
import '../../../utils/index2.mjs'; import { buildProps, definePropType } from '../../../utils/vue/props/runtime2.mjs'; const cardProps = buildProps({ header: { type: String, default: "" }, bodyStyle: { type: definePropType([String, Object, Array]), default: "" }, shadow: { type: String, values: ["always", "hover", "never"], default: "always" } }); export { cardProps }; //# sourceMappingURL=card3.mjs.map