@types/jsoneditor-for-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

Installation

npm install --save @types/jsoneditor-for-react

Summary

This package contains type definitions for jsoneditor-for-react (https://github.com/mixj93/jsoneditor-for-react#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsoneditor-for-react.

index.d.ts

import JSONEditor, { JSONEditorOptions } from "jsoneditor";
import * as React from "react";

export interface ReactJsonEditorProps {
    values: {};
}

export default class ReactJsoneditor extends React.Component<ReactJsonEditorProps> {
    private editor?: JSONEditor | undefined;
    private options?: JSONEditorOptions | undefined;
}

Additional Details

Credits

These definitions were written by Joep Kockelkorn.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/jsoneditor-for-react

    Weekly Downloads

    455

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    3.52 kB

    Total Files

    5

    Last publish

    Collaborators

    • types