UNPKG

tdesign-mobile-vue

Version:
23 lines (22 loc) 743 B
import { TdGridItemProps } from '../grid/type'; import { PropType } from 'vue'; declare const _default: { badge: { type: PropType<import("..").TdBadgeProps>; }; description: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; image: { type: PropType<string | object | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; layout: { type: PropType<"vertical" | "horizontal">; default: "vertical" | "horizontal"; validator(val: TdGridItemProps['layout']): boolean; }; text: { type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>; }; }; export default _default;