---
meta:
 - name: keywords
   description: api typescript node.js documentation mapToComponent function
---
# mapToComponent - @tsed/schema-formio

## Usage

```typescript
import { mapToComponent } from "@tsed/schema-formio";
```

> See [/packages/third-parties/schema-formio/src/components/mapToComponent.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/third-parties/schema-formio/src/components/mapToComponent.ts#L0-L0).

## Overview

```ts
function mapToComponent(schema: any, options: any): any;
```
