@recursyve/forms-frontend
Version:
8 lines (7 loc) • 307 B
TypeScript
import { OnInit } from "@angular/core";
import { TextTypeConfig } from "../../../interfaces/type-configs/text.interface";
import { FormViewBase } from "../form-view.base";
export declare class TextComponent extends FormViewBase<TextTypeConfig> implements OnInit {
constructor();
ngOnInit(): void;
}