UNPKG

element-plus

Version:

A Component Library for Vue 3

23 lines (20 loc) 387 B
import { buildProps } from '../../../utils/vue/props/runtime.mjs'; const skeletonItemProps = buildProps({ variant: { type: String, values: [ "circle", "rect", "h1", "h3", "text", "caption", "p", "image", "button" ], default: "text" } }); export { skeletonItemProps }; //# sourceMappingURL=skeleton-item.mjs.map