@progress/kendo-angular-upload
Version:
Kendo UI Angular Upload Component
22 lines (21 loc) • 1.75 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 * as i0 from "@angular/core";
import * as i1 from "./upload.component";
import * as i2 from "./rendering/upload-action-buttons.component";
import * as i3 from "./rendering/upload-status-total.component";
import * as i4 from "./templates/file-template.directive";
import * as i5 from "./templates/file-info-template.directive";
import * as i6 from "./localization/custom-messages.component";
import * as i7 from "./dropzone-external.directive";
import * as i8 from "./dropzone.component";
/**
* Represents the [NgModule](https://angular.io/api/core/NgModule) definition for the Upload component.
*/
export declare class UploadModule {
static ɵfac: i0.ɵɵFactoryDeclaration<UploadModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<UploadModule, never, [typeof i1.UploadComponent, typeof i2.UploadActionButtonsComponent, typeof i3.UploadStatusTotalComponent, typeof i4.FileTemplateDirective, typeof i5.FileInfoTemplateDirective, typeof i6.CustomMessagesComponent, typeof i7.UploadDropZoneDirective, typeof i8.UploadDropZoneComponent], [typeof i1.UploadComponent, typeof i2.UploadActionButtonsComponent, typeof i3.UploadStatusTotalComponent, typeof i4.FileTemplateDirective, typeof i5.FileInfoTemplateDirective, typeof i6.CustomMessagesComponent, typeof i7.UploadDropZoneDirective, typeof i8.UploadDropZoneComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<UploadModule>;
}