* creates a mini calendar * @param config the calendar configuration object
(config: any)
| 2089 | * @param config the calendar configuration object |
| 2090 | */ |
| 2091 | renderCalendar(config: any): HTMLElement; |
| 2092 | |
| 2093 | /** |
| 2094 | * generates HTML content for a custom event's box |
no outgoing calls
no test coverage detected