UNPKG

ng2-simple-forms

Version:

A simple(ish) module for creating accessible, reactive forms.

7 lines (6 loc) 163 B
import { OnInit } from '@angular/core'; export declare class SuccessIconComponent implements OnInit { icon: string; constructor(); ngOnInit(): void; }