import getTeamixIconConfig from './getTeamixIconConfig'; import setTheme, { lightBrandColor, darkBrandColor, brandColorInfo, basicThemeType, brandColorType } from './setTheme'; import { TeamixProGlobalConfig, setGlobalConfig, updateGlobalConfig, getGlobalConfig } from './globalConfig'; import getCssVarValue from './getCssVarValue'; export type { TeamixProGlobalConfig, basicThemeType, brandColorType }; export { getTeamixIconConfig, setTheme, getCssVarValue, lightBrandColor, darkBrandColor, brandColorInfo, setGlobalConfig, updateGlobalConfig, getGlobalConfig, };