0.6.4 • Published 2 years ago
@types/ngwysiwyg v0.6.4
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
2 years ago
0.6.4
2 years ago
0.6.2
4 years ago
0.6.1
6 years ago
0.6.0
8 years ago
0.0.28
9 years ago
0.0.27
9 years ago
0.0.26-alpha
9 years ago
0.0.25-alpha
9 years ago
0.0.24-alpha
9 years ago
0.0.23-alpha
9 years ago
0.0.22-alpha
9 years ago
0.0.21-alpha
9 years ago
0.0.20-alpha
9 years ago
0.0.15-alpha
9 years ago
0.0.14-alpha
9 years ago