UNPKG

tdesign-mobile-vue

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