parent
0c863c1803
commit
f1f89191ee
|
@ -1,7 +1,7 @@
|
||||||
/* eslint-disable import/prefer-default-export */
|
/* eslint-disable import/prefer-default-export */
|
||||||
import type { CSSObject } from '../_util/cssinjs';
|
import type { CSSObject } from '../_util/cssinjs';
|
||||||
import type { AliasToken, PresetColorKey } from '../theme/internal';
|
import type { AliasToken, PresetColorKey } from '../theme/internal';
|
||||||
import { PresetColors } from '../theme/internal';
|
import { PresetColors } from '../theme/interface';
|
||||||
import type { TokenWithCommonCls } from '../theme/util/genComponentStyleHook';
|
import type { TokenWithCommonCls } from '../theme/util/genComponentStyleHook';
|
||||||
|
|
||||||
interface CalcColor {
|
interface CalcColor {
|
||||||
|
|
Loading…
Reference in New Issue