ngx-formly-tabs
Version:
ngx-formly-tabs is an Angular module that adds Components that enable flexible tab use for @ngx-formly.
5 lines (4 loc) • 316 B
TypeScript
import { ConfigOption } from '@ngx-formly/core';
import { FormlyFieldTabComponent, FormlyFieldTabsetComponent } from './types/types';
export declare const FIELD_TYPE_COMPONENTS: (typeof FormlyFieldTabComponent | typeof FormlyFieldTabsetComponent)[];
export declare const FORMLY_TABS_FORMLY_CONFIG: ConfigOption;