3.0.6 • Published 2 years ago

@types/prosemirror-dev-tools v3.0.6

Weekly downloads
859
License
MIT
Repository
github
Last release
2 years 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

2 years ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.3

3 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.0

6 years ago