UNPKG

tdesign-mobile-vue

Version:
43 lines (42 loc) 1.32 kB
import { TdLinkProps } from './type'; import { PropType } from 'vue'; declare const _default: { content: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; default: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; disabled: { type: BooleanConstructor; default: any; }; hover: BooleanConstructor; href: { type: StringConstructor; default: string; }; prefixIcon: { type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>; }; size: { type: PropType<import("..").SizeEnum>; default: import("..").SizeEnum; validator(val: TdLinkProps['size']): boolean; }; suffixIcon: { type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>; }; target: { type: StringConstructor; default: string; }; theme: { type: PropType<"default" | "primary" | "danger" | "warning" | "success">; default: "default" | "primary" | "danger" | "warning" | "success"; validator(val: TdLinkProps['theme']): boolean; }; underline: BooleanConstructor; onClick: PropType<(e: MouseEvent) => void>; }; export default _default;