mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
renamed flowjs/flow/* to flowjs/* and flowjs/ng-flow/* to ng-flow/*
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/// <reference path="ng-flow.d.ts" />
|
||||
|
||||
var flowFactory: ng.flow.IFlowFactory;
|
||||
flowFactory.create(<flowjs.IFlowOptions> {});
|
||||
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
// Type definitions for ng-flow
|
||||
// Project: https://github.com/flowjs/ng-flow
|
||||
// Definitions by: Ryan McNamara <https://github.com/ryan10132>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
/// <reference path="../flowjs/flowjs.d.ts" />
|
||||
|
||||
declare module ng.flow {
|
||||
interface IFlowFactory {
|
||||
create(options?: flowjs.IFlowOptions): flowjs.IFlow;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user