// Type definitions for ng-flow // Project: https://github.com/flowjs/ng-flow // Definitions by: Ryan McNamara // Definitions: https://github.com/borisyankov/DefinitelyTyped /// declare module ng.flow { interface IFlowFactory { create(options?: flowjs.IFlowOptions): flowjs.IFlow; } }