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

## Usage

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

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

## Overview

```ts
function propertiesToComponents(schema: any, options: any): any[];
```
