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

## Usage

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

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

## Overview

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