UNPKG

tdesign-vue-next

Version:
50 lines (49 loc) 1.28 kB
import { TdLinkProps } from './type'; import { PropType } from 'vue'; declare const _default: { content: { type: PropType<TdLinkProps["content"]>; }; default: { type: PropType<TdLinkProps["default"]>; }; disabled: { type: BooleanConstructor; default: any; }; download: { type: PropType<TdLinkProps["download"]>; }; hover: { type: PropType<TdLinkProps["hover"]>; default: TdLinkProps["hover"]; validator(val: TdLinkProps["hover"]): boolean; }; href: { type: StringConstructor; default: string; }; prefixIcon: { type: PropType<TdLinkProps["prefixIcon"]>; }; size: { type: PropType<TdLinkProps["size"]>; default: TdLinkProps["size"]; validator(val: TdLinkProps["size"]): boolean; }; suffixIcon: { type: PropType<TdLinkProps["suffixIcon"]>; }; target: { type: StringConstructor; default: string; }; theme: { type: PropType<TdLinkProps["theme"]>; default: TdLinkProps["theme"]; validator(val: TdLinkProps["theme"]): boolean; }; underline: BooleanConstructor; onClick: PropType<TdLinkProps["onClick"]>; }; export default _default;