UNPKG

ngx-text-diff

Version:
7 lines (6 loc) 174 B
import { OnInit } from '@angular/core'; export declare class LoaderSpinnerComponent implements OnInit { active: boolean; constructor(); ngOnInit(): void; }