mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 06:25:01 +00:00
8 lines
265 B
TypeScript
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;
|
|
}
|