0.0.7 • Published 2 years ago
@types/jsoneditor-for-react v0.0.7
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
- Last updated: Tue, 21 Sep 2021 02:01:30 GMT
- Dependencies: @types/react, @types/jsoneditor
- Global values: none
Credits
These definitions were written by Joep Kockelkorn.