@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.
21 lines (20 loc) • 1 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ResourceEditorBase } from './resource-editor-base';
import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare const SINGLE_RESOURCE_VALUE_ACCESSOR: any;
/**
* @hidden
*/
export declare class SingleResourceEditorComponent extends ResourceEditorBase {
resourceDropDown: DropDownListComponent;
focus(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SingleResourceEditorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SingleResourceEditorComponent, "kendo-single-resource-editor", never, {}, {}, never, never, true, never>;
}