UNPKG

ngx-formly-tabs

Version:

ngx-formly-tabs is an Angular module that adds Components that enable flexible tab use for @ngx-formly.

6 lines (5 loc) 200 B
import { FieldType } from '@ngx-formly/core'; export declare class FormlyFieldTabsetComponent extends FieldType { readonly activeTab: string; onActiveTagChange(tabTitle: string): void; }