diff --git a/angularjs/angular.d.ts b/angularjs/angular.d.ts index 85fd9cba03..a5560fe924 100644 --- a/angularjs/angular.d.ts +++ b/angularjs/angular.d.ts @@ -1804,7 +1804,7 @@ declare namespace angular { * that is passed to the link function instead. */ transclude: ITranscludeFunction - ): IDirectivePrePost; + ): void | IDirectivePrePost; } interface IDirective {