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

## Overview

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