diff --git a/packages/react-json-tree/src/index.tsx b/packages/react-json-tree/src/index.tsx index df1b70bf..b717e413 100644 --- a/packages/react-json-tree/src/index.tsx +++ b/packages/react-json-tree/src/index.tsx @@ -7,12 +7,12 @@ import React from 'react'; import PropTypes from 'prop-types'; import JSONNode from './JSONNode'; import createStylingFromTheme from './createStylingFromTheme'; -import { +import type { invertTheme, - type StylingConfig, - type StylingFunction, - type StylingValue, - type Theme, + StylingConfig, + StylingFunction, + StylingValue, + Theme, } from 'react-base16-styling'; import { CircularPropsPassedThroughJSONTree } from './types';