9 lines
231 B
TypeScript
9 lines
231 B
TypeScript
/// <reference path="../../../tsd.d.ts" />
|
|
export declare class SimpleDemo {
|
|
private uploader;
|
|
private hasBaseDropZoneOver;
|
|
private hasAnotherDropZoneOver;
|
|
private fileOverBase(e);
|
|
private fileOverAnother(e);
|
|
}
|