UNPKG

ngx-mzd-timeline

Version:

Minimalist's vertical timeline library for Angular applications.

12 lines (11 loc) 348 B
import { ElementRef, OnInit } from '@angular/core'; export declare class MzdTimelineContentComponent implements OnInit { private elementRef; card: boolean; border: boolean; set left(value: boolean); set right(value: boolean); set noAlternate(value: boolean); constructor(elementRef: ElementRef); ngOnInit(): void; }