@types/prosemirror-dev-tools
TypeScript icon, indicating that this package has built-in type declarations

3.0.6 • Public • Published

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

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..

Readme

Keywords

none

Package Sidebar

Install

npm i @types/prosemirror-dev-tools

Weekly Downloads

4,228

Version

3.0.6

License

MIT

Unpacked Size

3.31 kB

Total Files

5

Last publish

Collaborators

  • types