// Type definitions for ng-flow // Project: https://github.com/flowjs/ng-flow // Definitions by: Ryan McNamara // Martin Nuc // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 /// /// import * as angular from 'angular'; declare module 'angular' { export namespace flow { interface IFlowFactory { create(options?: flowjs.IFlowOptions): flowjs.IFlow; } } }