UNPKG

@recursyve/forms-frontend

Version:
7 lines (6 loc) 214 B
import { OnInit } from "@angular/core"; import { FormViewBase } from "../form-view.base"; export declare class ShortTextComponent extends FormViewBase implements OnInit { constructor(); ngOnInit(): void; }