UNPKG

@progress/kendo-angular-scheduler

Version:

Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.

20 lines (19 loc) 826 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class DomEventsService { focus: EventEmitter<any>; focusIn: EventEmitter<any>; focusOut: EventEmitter<any>; click: EventEmitter<any>; keydown: EventEmitter<any>; windowBlur: EventEmitter<any>; static ɵfac: i0.ɵɵFactoryDeclaration<DomEventsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DomEventsService>; }