tdesign-mobile-vue
Version:
tdesign-mobile-vue
37 lines (36 loc) • 930 B
TypeScript
import { TdCellProps } from './type';
import { PropType } from 'vue';
declare const _default: {
align: {
type: PropType<TdCellProps['align']>;
default: TdCellProps['align'];
validator(val: TdCellProps['align']): boolean;
};
arrow: BooleanConstructor;
bordered: {
type: BooleanConstructor;
default: boolean;
};
description: {
type: PropType<TdCellProps['description']>;
};
hover: BooleanConstructor;
image: {
type: PropType<TdCellProps['image']>;
};
leftIcon: {
type: PropType<TdCellProps['leftIcon']>;
};
note: {
type: PropType<TdCellProps['note']>;
};
required: BooleanConstructor;
rightIcon: {
type: PropType<TdCellProps['rightIcon']>;
};
title: {
type: PropType<TdCellProps['title']>;
};
onClick: PropType<TdCellProps['onClick']>;
};
export default _default;