UNPKG

ngx-edu-components

Version:
8 lines (7 loc) 247 B
import { OnInit, OnChanges, OnDestroy } from '@angular/core'; export declare class NgxEduFromToComponent implements OnInit, OnChanges, OnDestroy { constructor(); ngOnInit(): void; ngOnChanges(): void; ngOnDestroy(): void; }