mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
renamed flowjs/flow/* to flowjs/* and flowjs/ng-flow/* to ng-flow/*
This commit is contained in:
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