UNPKG

element-plus

Version:

A Component Library for Vue 3

11 lines (8 loc) 242 B
import { buildProps, definePropType } from '../../../../utils/vue/props/runtime.mjs'; const basicCellProps = buildProps({ cell: { type: definePropType(Object) } }); export { basicCellProps }; //# sourceMappingURL=basic-cell.mjs.map