mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-07 15:10:45 +03:00
81926f3212
* Remove UNSAFE method from JSONTree * Bump peer dep * Fix types * Remove proptypes * Remove unused * shouldExpandNode => shouldExpandNodeInitially * Cleanup * Update usages * Tighten types * Create four-parrots-poke.md * Format * Fix inspector-monitor types * Fix log-monitor types * Fix rtk-query-monitor types * Fix type
11 lines
579 B
TypeScript
11 lines
579 B
TypeScript
export type { StylingFunction } from 'react-base16-styling';
|
|
export type { LabelRenderer } from 'react-json-tree';
|
|
export { default as InspectorMonitor } from './DevtoolsInspector';
|
|
export type { Tab, TabComponentProps } from './ActionPreview';
|
|
export type { DevtoolsInspectorState } from './redux';
|
|
export { base16Themes } from './utils/createStylingFromTheme';
|
|
export * as inspectorThemes from './themes/index';
|
|
export { default as ActionTab } from './tabs/ActionTab';
|
|
export { default as DiffTab } from './tabs/DiffTab';
|
|
export { default as StateTab } from './tabs/StateTab';
|