Skip to content

Tabs

@tsed/schema-formio

Usage

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

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

Overview

ts
function Tabs(label: string): (...args: any[]) => any;

Description

Group the current property in tabs components.

Released under the MIT License.