@progress/kendo-angular-common
Version:
Kendo UI for Angular - Utility Package
15 lines (14 loc) • 671 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { InjectionToken } from '@angular/core';
export declare class KendoInput {
}
/**
* @hidden
*
* Token used by the kendoWebMcp directive to resolve the host component instance.
* Each supported Kendo component provides itself under this token.
*/
export declare const KENDO_WEBMCP_HOST: InjectionToken<any>;