MCPcopy Index your code
hub / github.com/dataease/SQLBot / hIcon

Function hIcon

frontend/src/components/icon-custom/index.ts:4–8  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

2import { ElIcon } from 'element-plus-secondary'
3import Icon from './src/Icon.vue'
4const hIcon = (name: string) => {
5 return h(ElIcon, null, {
6 default: () => h(name),
7 })
8}
9export { Icon, hIcon }

Callers

nothing calls this directly

Calls 1

hFunction · 0.50

Tested by

no test coverage detected