UNPKG

hongluan-ui

Version:
18 lines (13 loc) 432 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../hooks/index.js'); var index = require('../../../hooks/use-global-config/index.js'); function useCustomIcon(name) { var _a; const $HL = index.useGlobalConfig(); return { CustomIcon: (_a = $HL.value.systemIcons) == null ? void 0 : _a[name] }; } exports.useCustomIcon = useCustomIcon; //# sourceMappingURL=use-custom.js.map