UNPKG

@kre-form/ant

Version:

13 lines (12 loc) 302 B
import { OnInit } from "@angular/core"; export declare class ConfigCodemirrorComponent implements OnInit { type: any; title: string; fieldData: any; options: any[]; ruleObj: string; showText: string; constructor(); ngOnInit(): void; textChange(str: string): void; }