// Type definitions for ngReact v0.3.0 // Project: https://github.com/ngReact/ngReact // Definitions by: Vicky Lai // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 /// /// declare module "ngreact" { type ReactDirective = (reactComponentName: string | React.ComponentClass, propNames?: string[], conf?: Object, injectableProps?: Object) => angular.IDirective; }