0.0.7 • Published 2 years ago

@types/jsoneditor-for-react v0.0.7

Weekly downloads
18
License
MIT
Repository
github
Last release
2 years ago

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

// Type definitions for jsoneditor-for-react 0.0
// Project: https://github.com/mixj93/jsoneditor-for-react#readme
// Definitions by:  Joep Kockelkorn <https://github.com/joepkockelkorn>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

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

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.

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

5 years ago

0.0.1

7 years ago

0.0.0

7 years ago