mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
Re-export types referenced by other packages (#1243)
* Re-export StylingFunction type * Re-export Base16Theme type from base16
This commit is contained in:
parent
84f662259d
commit
4ff825021d
|
@ -1,7 +1,7 @@
|
|||
import React, { Component } from 'react';
|
||||
import { Base16Theme } from 'redux-devtools-themes';
|
||||
import { Action } from 'redux';
|
||||
import { StylingFunction } from 'react-base16-styling';
|
||||
import type { StylingFunction } from 'react-base16-styling';
|
||||
import { PerformAction } from '@redux-devtools/core';
|
||||
import { Delta } from 'jsondiffpatch';
|
||||
import { DEFAULT_STATE, DevtoolsInspectorState } from './redux';
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
export type { StylingFunction } from 'react-base16-styling';
|
||||
export { default as InspectorMonitor } from './DevtoolsInspector';
|
||||
export type { Tab, TabComponentProps } from './ActionPreview';
|
||||
export type { DevtoolsInspectorState } from './redux';
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
export type { Base16Theme } from 'base16';
|
||||
|
||||
export { default as Container } from './Container';
|
||||
export { default as Button } from './Button';
|
||||
export { default as ContextMenu } from './ContextMenu';
|
||||
|
|
Loading…
Reference in New Issue
Block a user