fix: Update presetColor.tsx (#6790)

修复相互依赖的报错
pull/6799/head
Fts 2023-07-29 11:10:13 +08:00 committed by GitHub
parent 0c863c1803
commit f1f89191ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* eslint-disable import/prefer-default-export */
import type { CSSObject } from '../_util/cssinjs';
import type { AliasToken, PresetColorKey } from '../theme/internal';
import { PresetColors } from '../theme/internal';
import { PresetColors } from '../theme/interface';
import type { TokenWithCommonCls } from '../theme/util/genComponentStyleHook';
interface CalcColor {