UNPKG

ngx-pluto

Version:
13 lines (12 loc) 249 B
import { OnInit } from "@angular/core"; /** * @ignore */ export declare class NpLoading implements OnInit { r: number; thickness: number; colors: Array<string>; speed: number; constructor(); ngOnInit(): void; }