0.6.4 • Published 6 months ago

@types/ngwysiwyg v0.6.4

Weekly downloads
19
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/ngwysiwyg

Summary

This package contains type definitions for ngWYSIWYG (https://github.com/psergus/ngWYSIWYG).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ngwysiwyg.

index.d.ts

// Type definitions for non-npm package ngWYSIWYG 0.6
// Project: https://github.com/psergus/ngWYSIWYG
// Definitions by: Patrick Mac Kay <https://github.com/patrick-mackay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace ngWYSIWYG {
    interface Toolbar {
        name: string;
        items: string[];
    }

    interface Config {
        sanitize: boolean;
        toolbar?: Toolbar[] | undefined;
    }
}

Additional Details

  • Last updated: Thu, 08 Jul 2021 18:51:17 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Patrick Mac Kay.

0.6.3

7 months ago

0.6.4

6 months ago

0.6.2

3 years ago

0.6.1

5 years ago

0.6.0

6 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.26-alpha

8 years ago

0.0.25-alpha

8 years ago

0.0.24-alpha

8 years ago

0.0.23-alpha

8 years ago

0.0.22-alpha

8 years ago

0.0.21-alpha

8 years ago

0.0.20-alpha

8 years ago

0.0.15-alpha

8 years ago

0.0.14-alpha

8 years ago