mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
* fixed broken import statement * made two import statements * made requested changes * Create lemon-files-trade.md Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
parent
f43aba4908
commit
4c9a890904
5
.changeset/lemon-files-trade.md
Normal file
5
.changeset/lemon-files-trade.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'react-json-tree': patch
|
||||
---
|
||||
|
||||
Fix type import for Typescript versions <4.5
|
|
@ -7,12 +7,12 @@ import React from 'react';
|
|||
import PropTypes from 'prop-types';
|
||||
import JSONNode from './JSONNode';
|
||||
import createStylingFromTheme from './createStylingFromTheme';
|
||||
import {
|
||||
invertTheme,
|
||||
type StylingConfig,
|
||||
type StylingFunction,
|
||||
type StylingValue,
|
||||
type Theme,
|
||||
import { invertTheme } from 'react-base16-styling';
|
||||
import type {
|
||||
StylingConfig,
|
||||
StylingFunction,
|
||||
StylingValue,
|
||||
Theme,
|
||||
} from 'react-base16-styling';
|
||||
import { CircularPropsPassedThroughJSONTree } from './types';
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user