@progress/kendo-angular-upload
Version:
Kendo UI Angular Upload Component
19 lines (18 loc) • 981 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { UploadComponent } from './upload.component';
import { FileSelectComponent } from './fileselect.component';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class DropZoneService {
addComponent(component: UploadComponent | FileSelectComponent, zoneId: string): void;
clearComponent(component: UploadComponent | FileSelectComponent, zoneId: string): void;
getComponents(zoneId: string): Array<UploadComponent | FileSelectComponent>;
private has;
static ɵfac: i0.ɵɵFactoryDeclaration<DropZoneService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DropZoneService>;
}