icon.d.ts
467 Bytes
declare module '@iconify/vue' {
import type { AllowedComponentProps, ComponentCustomProps, ComponentOptionsMixin, DefineComponent, VNodeProps } from 'vue'
import type { IconProps } from '@iconify/vue/dist/iconify.js'
export const Icon: DefineComponent<IconProps & { onClick?: Fn }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<IconProps & { onClick?: Fn }>, {}>
}