UNPKG

tdesign-vue-next

Version:
27 lines (26 loc) 628 B
import { TdCommentProps } from './type'; import { PropType } from 'vue'; declare const _default: { actions: { type: PropType<TdCommentProps["actions"]>; }; author: { type: PropType<TdCommentProps["author"]>; }; avatar: { type: PropType<TdCommentProps["avatar"]>; }; content: { type: PropType<TdCommentProps["content"]>; }; datetime: { type: PropType<TdCommentProps["datetime"]>; }; quote: { type: PropType<TdCommentProps["quote"]>; }; reply: { type: PropType<TdCommentProps["reply"]>; }; }; export default _default;