mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #12572 from jstevenson81/patch-1
Update kendo-ui.d.ts
This commit is contained in:
Vendored
+2
-1
@@ -7331,7 +7331,7 @@ declare namespace kendo.ui {
|
||||
|
||||
clearAllFiles(): void;
|
||||
clearFile(): void;
|
||||
clearFileByUid(): void;
|
||||
clearFileByUid(uid: string): void;
|
||||
destroy(): void;
|
||||
disable(): void;
|
||||
enable(enable?: boolean): void;
|
||||
@@ -7359,6 +7359,7 @@ declare namespace kendo.ui {
|
||||
extension?: string;
|
||||
name?: string;
|
||||
size?: number;
|
||||
uid?: string;
|
||||
}
|
||||
|
||||
interface UploadLocalization {
|
||||
|
||||
Reference in New Issue
Block a user