UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![Discord](https://img.shields.io/discord/557940238991753

24 lines (23 loc) 635 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; get events(): any; set events(value: any); get options(): any; set options(value: any); initialize(): void; getCalendar(): any; ngOnDestroy(): void; } export declare class FullCalendarModule { }