mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
refactor(projects): 添加exportDefaults替换defineProps
This commit is contained in:
@@ -1,17 +1,5 @@
|
||||
export {
|
||||
isNumber,
|
||||
isString,
|
||||
isBoolean,
|
||||
isNull,
|
||||
isUndefined,
|
||||
isObject,
|
||||
isArray,
|
||||
isDate,
|
||||
isRegExp,
|
||||
isSet,
|
||||
isMap
|
||||
} from './typeof';
|
||||
export * from './typeof';
|
||||
|
||||
export { brightenColor, darkenColor, addColorAlpha } from './color';
|
||||
export * from './color';
|
||||
|
||||
export { dynamicIconRender } from './icon';
|
||||
export * from './icon';
|
||||
|
||||
Reference in New Issue
Block a user