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

## Overview

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