@types/ng-flow
TypeScript icon, indicating that this package has built-in type declarations

0.0.37 • Public • Published

Installation

npm install --save @types/ng-flow

Summary

This package contains type definitions for ng-flow (https://github.com/flowjs/ng-flow).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ng-flow.

index.d.ts

/// <reference types="flowjs" />

import * as angular from "angular";

declare module "angular" {
    namespace flow {
        interface FlowFactory {
            create(options?: flowjs.FlowOptions): flowjs.Flow;
        }
    }
}

Additional Details

Credits

These definitions were written by Martin Nuc.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/ng-flow

Weekly Downloads

117

Version

0.0.37

License

MIT

Unpacked Size

3.15 kB

Total Files

5

Last publish

Collaborators

  • types