UNPKG

yyzone

Version:

yyzone vue components and utils

11 lines 218 B
export default { name: 'RenderCell', functional: true, props: { render: Function, params: Object }, render: (h, ctx) => { return ctx.props.render(h, ctx.props.params) } }