Skip to content

Commit

Permalink
Add another missing angular
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Oct 26, 2020
1 parent 7bd1e8f commit f2d6374
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@
* under the License.
*/

export function KbnAccessibleClickProvider(): void;
import { Injectable, IDirectiveFactory, IScope, IAttributes, IController } from 'angular';

export const KbnAccessibleClickProvider: Injectable<IDirectiveFactory<
IScope,
JQLite,
IAttributes,
IController
>>;

0 comments on commit f2d6374

Please sign in to comment.