export { isNumber, isString, isBoolean, isNull, isUndefined, isObject, isArray, isDate, isRegExp, isSet, isMap } from './typeof'; export { brightenColor, shallowColor, darkenColor, addColorAlpha } from './color'; export { dynamicIconRender } from './icon';