sp-dev-fx-webparts/samples/angular-ngofficeuifabric-fi.../lib/webparts/angularFileUpload/app/directives/customFileChange.d.ts

8 lines
265 B
TypeScript

export declare class CustomFileChange implements ng.IDirective {
private $parse;
constructor($parse: ng.IParseService);
restrict: string;
link: (scope: angular.IScope, element: any, attrs: any) => void;
static factory(): ng.IDirectiveFactory;
}