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

## Usage

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

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

## Overview

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