---
url: /api/third-parties/schema-formio/types/components/function-any-to-component.md
description: api documentation of anyToComponent from @tsed/schema-formio
---

## Usage

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

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

## Overview

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