Skip to content

Component

@tsed/schema-formio

Usage

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

See /packages/third-parties/schema-formio/src/types/decorators/component.ts.

Overview

ts
function Component(component: Record<string, any>): PropertyDecorator;

Description

Declare a formio Component schema on the decorated propertyKey.

Released under the MIT License.