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

## Usage

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

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

## Overview

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