UNPKG

nz-json-schema-form

Version:

Schema form for JSON schema

11 lines (10 loc) 573 B
import { TextareaOptions } from './textarea-options'; import { BaseField } from '../../fields/base-field'; import { SchemaFormControl } from '../../forms/forms'; import * as i0 from "@angular/core"; export declare class SchemaFormTextareaComponent extends BaseField { get widgetOptions(): TextareaOptions; schemaForm: SchemaFormControl; static ɵfac: i0.ɵɵFactoryDeclaration<SchemaFormTextareaComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SchemaFormTextareaComponent, "nz-schema-form-textarea", never, {}, {}, never, never, true, never>; }