XiaoPi
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
components/theme/internal.ts
|
|
@ -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
|
|
|
|