---
url: /api/third-parties/schema-formio/types/components/function-map-to-component.md
description: api documentation of mapToComponent from @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.37.1/packages/third-parties/schema-formio/src/components/mapToComponent.ts#L0-L0).

## Overview

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