mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
fix: remove useless reexport of statistic (#42113)
This commit is contained in:
parent
e47545519c
commit
aff6314d11
@ -17,7 +17,7 @@ import defaultSeedToken from './themes/seed';
|
||||
import formatToken from './util/alias';
|
||||
import type { FullToken } from './util/genComponentStyleHook';
|
||||
import genComponentStyleHook from './util/genComponentStyleHook';
|
||||
import statisticToken, { merge as mergeToken, statistic } from './util/statistic';
|
||||
import statisticToken, { merge as mergeToken } from './util/statistic';
|
||||
import genPresetColor from './util/genPresetColor';
|
||||
|
||||
const defaultTheme = createTheme(defaultDerivative);
|
||||
@ -25,8 +25,6 @@ const defaultTheme = createTheme(defaultDerivative);
|
||||
export {
|
||||
// colors
|
||||
PresetColors,
|
||||
// Statistic
|
||||
statistic,
|
||||
statisticToken,
|
||||
mergeToken,
|
||||
// hooks
|
||||
|
Loading…
Reference in New Issue
Block a user