UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

8 lines (7 loc) 220 B
import get from 'lodash.get'; var Field = function (_a) { var record = _a.record, source = _a.source, children = _a.children; var value = get(record, source); return children(value); }; export default Field;