| 3 | type CallbackFn = (...args: any) => void |
| 4 | declare module 'vue' { |
| 5 | export interface GlobalComponents { |
| 6 | YbIcon: typeof import('@/components/VueSvgIcon/use.vue')['default'] |
| 7 | } |
| 8 | |
| 9 | interface ComponentCustomProperties { |
| 10 | callback?: CallbackFn | null |
nothing calls this directly
no outgoing calls
no test coverage detected