3.0.6 • Published 6 months ago

@types/prosemirror-dev-tools v3.0.6

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

Installation

npm install --save @types/prosemirror-dev-tools

Summary

This package contains type definitions for prosemirror-dev-tools (https://github.com/d4rkr00t/prosemirror-dev-tools#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-dev-tools.

index.d.ts

// Type definitions for prosemirror-dev-tools 3.0
// Project: https://github.com/d4rkr00t/prosemirror-dev-tools#readme
// Definitions by: Ifiok Jr. <https://github.com/ifiokjr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

import { EditorView } from 'prosemirror-view';

export interface ApplyDevToolsOptions {
    diffWorker?: Worker | undefined;
}

/**
 * Wraps the EditorView instance in the applyDevTools.
 */
export default function applyDevTools(view: EditorView, options?: ApplyDevToolsOptions): void;

Additional Details

Credits

These definitions were written by Ifiok Jr..

3.0.4

8 months ago

3.0.6

6 months ago

3.0.5

7 months ago

3.0.3

2 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.1.0

5 years ago