File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
redux-devtools-inspector-monitor/src Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import { Base16Theme } from 'redux-devtools-themes' ;
33import { Action } from 'redux' ;
4- import { StylingFunction } from 'react-base16-styling' ;
4+ import type { StylingFunction } from 'react-base16-styling' ;
55import { PerformAction } from '@redux-devtools/core' ;
66import { Delta } from 'jsondiffpatch' ;
77import { DEFAULT_STATE , DevtoolsInspectorState } from './redux' ;
Original file line number Diff line number Diff line change 1+ export type { StylingFunction } from 'react-base16-styling' ;
12export { default as InspectorMonitor } from './DevtoolsInspector' ;
23export type { Tab , TabComponentProps } from './ActionPreview' ;
34export type { DevtoolsInspectorState } from './redux' ;
Original file line number Diff line number Diff line change 1+ export type { Base16Theme } from 'base16' ;
2+
13export { default as Container } from './Container' ;
24export { default as Button } from './Button' ;
35export { default as ContextMenu } from './ContextMenu' ;
You can’t perform that action at this time.
0 commit comments