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

## Usage

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

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

## Overview

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