tdesign-mobile-vue
Version:
tdesign-mobile-vue
17 lines (16 loc) • 545 B
TypeScript
import { PropType } from 'vue';
declare const _default: {
action: {
type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>;
};
description: {
type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
icon: {
type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
image: {
type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
};
};
export default _default;