tdesign-vue
Version:
35 lines (34 loc) • 1.16 kB
TypeScript
import { TdTextProps } from '../typography/type';
import { PropType } from 'vue';
declare const _default: {
code: BooleanConstructor;
content: {
type: PropType<string | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue)>;
};
copyable: {
type: PropType<boolean | import("../typography/type").TypographyCopyable>;
default: boolean;
};
default: {
type: PropType<string | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue)>;
};
delete: BooleanConstructor;
disabled: BooleanConstructor;
ellipsis: {
type: PropType<boolean | import("../typography/type").TypographyEllipsis>;
default: boolean;
};
italic: BooleanConstructor;
keyboard: BooleanConstructor;
mark: {
type: PropType<string | boolean>;
default: boolean;
};
strong: BooleanConstructor;
theme: {
type: PropType<"error" | "success" | "primary" | "warning" | "secondary">;
validator(val: TdTextProps['theme']): boolean;
};
underline: BooleanConstructor;
};
export default _default;