Skip to content

CustomClass

@tsed/schema-formio

Usage

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

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

Overview

ts
function CustomClass(customClass: string): PropertyDecorator;

Description

Add a custom css class.

Released under the MIT License.