UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the chat at https://gitter.im/primefaces/primeng](https://badges.gitter.im/primefaces/primeng.svg)](https://gitter.im/primefaces/primeng?ut

22 lines (21 loc) 566 B
import { ElementRef, OnDestroy, OnInit, AfterViewChecked } from '@angular/core'; export declare class FullCalendar implements OnDestroy, OnInit, AfterViewChecked { el: ElementRef; style: any; styleClass: string; initialized: boolean; calendar: any; config: any; _options: any; _events: any[]; constructor(el: ElementRef); ngOnInit(): void; ngAfterViewChecked(): void; events: any; options: any; initialize(): void; getCalendar(): any; ngOnDestroy(): void; } export declare class FullCalendarModule { }