tdesign-vue
Version:
26 lines (25 loc) • 1.1 kB
TypeScript
import { PropType } from 'vue';
declare const _default: {
actions: {
type: PropType<((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue)[]>;
};
author: {
type: PropType<string | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue)>;
};
avatar: {
type: PropType<string | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue) | import("..").TdAvatarProps>;
};
content: {
type: PropType<string | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue)>;
};
datetime: {
type: PropType<string | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue)>;
};
quote: {
type: PropType<string | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue)>;
};
reply: {
type: PropType<string | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue)>;
};
};
export default _default;