tdesign-mobile-vue
Version:
tdesign-mobile-vue
87 lines (86 loc) • 3.25 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
content: {
type: import("vue").PropType<import("@/components").TdLinkProps['content']>;
};
default: {
type: import("vue").PropType<import("@/components").TdLinkProps['default']>;
};
disabled: {
type: BooleanConstructor;
default: any;
};
hover: BooleanConstructor;
href: {
type: StringConstructor;
default: string;
};
prefixIcon: {
type: import("vue").PropType<import("@/components").TdLinkProps['prefixIcon']>;
};
size: {
type: import("vue").PropType<import("@/components").TdLinkProps['size']>;
default: import("@/components").TdLinkProps['size'];
validator(val: import("@/components").TdLinkProps['size']): boolean;
};
suffixIcon: {
type: import("vue").PropType<import("@/components").TdLinkProps['suffixIcon']>;
};
target: {
type: StringConstructor;
default: string;
};
theme: {
type: import("vue").PropType<import("@/components").TdLinkProps['theme']>;
default: import("@/components").TdLinkProps['theme'];
validator(val: import("@/components").TdLinkProps['theme']): boolean;
};
underline: BooleanConstructor;
onClick: import("vue").PropType<import("@/components").TdLinkProps['onClick']>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
content: {
type: import("vue").PropType<import("@/components").TdLinkProps['content']>;
};
default: {
type: import("vue").PropType<import("@/components").TdLinkProps['default']>;
};
disabled: {
type: BooleanConstructor;
default: any;
};
hover: BooleanConstructor;
href: {
type: StringConstructor;
default: string;
};
prefixIcon: {
type: import("vue").PropType<import("@/components").TdLinkProps['prefixIcon']>;
};
size: {
type: import("vue").PropType<import("@/components").TdLinkProps['size']>;
default: import("@/components").TdLinkProps['size'];
validator(val: import("@/components").TdLinkProps['size']): boolean;
};
suffixIcon: {
type: import("vue").PropType<import("@/components").TdLinkProps['suffixIcon']>;
};
target: {
type: StringConstructor;
default: string;
};
theme: {
type: import("vue").PropType<import("@/components").TdLinkProps['theme']>;
default: import("@/components").TdLinkProps['theme'];
validator(val: import("@/components").TdLinkProps['theme']): boolean;
};
underline: BooleanConstructor;
onClick: import("vue").PropType<import("@/components").TdLinkProps['onClick']>;
}>> & Readonly<{}>, {
disabled: boolean;
hover: boolean;
href: string;
size: import("@/common").SizeEnum;
target: string;
theme: "danger" | "default" | "primary" | "success" | "warning";
underline: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;