UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

7 lines (6 loc) 245 B
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime"; export function UCOutputFieldValueFragment({ f, value }) { const { def: { type }, } = f; type.assign(value); return _jsx(_Fragment, { children: type.fmt() }); }