tdesign-mobile-vue
Version:
tdesign-mobile-vue
39 lines (38 loc) • 1.24 kB
TypeScript
import { TdCellProps } from './type';
import { PropType } from 'vue';
declare const _default: {
align: {
type: PropType<"top" | "middle" | "bottom">;
default: "top" | "middle" | "bottom";
validator(val: TdCellProps['align']): boolean;
};
arrow: BooleanConstructor;
bordered: {
type: BooleanConstructor;
default: boolean;
};
description: {
type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
hover: BooleanConstructor;
image: {
type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
leftIcon: {
type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>;
};
note: {
type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
required: BooleanConstructor;
rightIcon: {
type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>;
};
title: {
type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
onClick: PropType<(context: {
e: MouseEvent;
}) => void>;
};
export default _default;