tdesign-mobile-vue
Version: 
tdesign-mobile-vue
26 lines (25 loc) • 847 B
TypeScript
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)>;
    };
    icon: {
        type: PropType<(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;