UNPKG

261 BTypeScriptView Raw
1import { ElementRef, Renderer } from '@angular/core';
2import { ActivatedTutorial } from './current-tutorial';
3export declare class StepDownloadZipLink {
4 private activated;
5 constructor(activated: ActivatedTutorial, el: ElementRef, renderer: Renderer);
6}