mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix
This commit is contained in:
parent
72a698865d
commit
e1cd7631ce
|
@ -1,4 +1,3 @@
|
||||||
import { Base16Theme } from 'base16';
|
|
||||||
import Color from 'color';
|
import Color from 'color';
|
||||||
import * as CSS from 'csstype';
|
import * as CSS from 'csstype';
|
||||||
import { curry } from 'lodash-es';
|
import { curry } from 'lodash-es';
|
||||||
|
@ -13,6 +12,7 @@ import {
|
||||||
Theme,
|
Theme,
|
||||||
} from './types.js';
|
} from './types.js';
|
||||||
import { base16Themes as base16 } from './themes/index.js';
|
import { base16Themes as base16 } from './themes/index.js';
|
||||||
|
import type { Base16Theme } from './themes/index.js';
|
||||||
|
|
||||||
const DEFAULT_BASE16 = base16.default;
|
const DEFAULT_BASE16 = base16.default;
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ import { default as isotope } from './isotope.js';
|
||||||
import { default as marrakesh } from './marrakesh.js';
|
import { default as marrakesh } from './marrakesh.js';
|
||||||
import { default as mocha } from './mocha.js';
|
import { default as mocha } from './mocha.js';
|
||||||
import { default as monokai } from './monokai.js';
|
import { default as monokai } from './monokai.js';
|
||||||
import { default as nicinabox } from './nicinabox';
|
import { default as nicinabox } from './nicinabox.js';
|
||||||
import { default as ocean } from './ocean.js';
|
import { default as ocean } from './ocean.js';
|
||||||
import { default as paraiso } from './paraiso.js';
|
import { default as paraiso } from './paraiso.js';
|
||||||
import { default as pop } from './pop.js';
|
import { default as pop } from './pop.js';
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import { Base16Theme } from 'base16';
|
|
||||||
import * as CSS from 'csstype';
|
import * as CSS from 'csstype';
|
||||||
|
import type { Base16Theme } from './themes/index.js';
|
||||||
|
|
||||||
export interface Styling {
|
export interface Styling {
|
||||||
className?: string;
|
className?: string;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user