import type { LinkState } from './interface'; import type { FightingType, FightingTarget, FightingIcon, HandleEvent } from '../../_interface'; import type { BasicType } from '../../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly type: BasicType, FightingType | null>; /** * 阻止默认事件 * * @see event.preventDefault https://developer.mozilla.org/zh-CN/docs/Web/API/Event/preventDefault */ readonly href: BasicType, string | null>; readonly size: BasicType, string | number | null>; readonly state: BasicType, LinkState | null>; readonly disabled: BasicType; readonly target: BasicType, FightingTarget | null>; readonly color: BasicType, string | null>; readonly hoverColor: BasicType, string | null>; readonly noCopy: BasicType; readonly noLink: BasicType; readonly beforeIcon: BasicType, null>; readonly afterIcon: BasicType, null>; readonly onClick: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, FightingType | null>; /** * 阻止默认事件 * * @see event.preventDefault https://developer.mozilla.org/zh-CN/docs/Web/API/Event/preventDefault */ readonly href: BasicType, string | null>; readonly size: BasicType, string | number | null>; readonly state: BasicType, LinkState | null>; readonly disabled: BasicType; readonly target: BasicType, FightingTarget | null>; readonly color: BasicType, string | null>; readonly hoverColor: BasicType, string | null>; readonly noCopy: BasicType; readonly noLink: BasicType; readonly beforeIcon: BasicType, null>; readonly afterIcon: BasicType, null>; readonly onClick: BasicType, null>; }>>, { readonly type: FightingType; readonly color: string; readonly beforeIcon: FightingIcon; readonly size: string | number; readonly href: string; readonly target: FightingTarget; readonly disabled: boolean; readonly afterIcon: FightingIcon; readonly onClick: HandleEvent; readonly hoverColor: string; readonly state: LinkState; readonly noCopy: boolean; readonly noLink: boolean; }>; export default _sfc_main;