packages/form-render/src/derivative/SlimRender/index.tsx (4 lines of code) (raw):

import FormCore from '../../form-core'; import withProvider from '../../withProvider'; import Html from '../../widgets/fields/html'; export default withProvider(FormCore, { Html });