@nutui/icons-react-taro
Version:
京东风格的icon库-V15
15 lines (14 loc) • 320 B
JavaScript
import { globalConfig } from "./internal.js";
function configure(config) {
if (typeof config === "object" && config !== null) {
let key;
for (key in config) {
if (config.hasOwnProperty(key) && config[key] !== void 0) {
globalConfig[key] = config[key];
}
}
}
}
export {
configure
};