UNPKG

@recursyve/forms-frontend

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