{"version":3,"file":"props.cjs","sources":["../../../../../../packages/components/comment/src/props.ts"],"sourcesContent":["import type { ExtractPropTypes } from 'vue';\nimport { PropTypes } from '@antdv/utils';\n\nexport function commentProps() {\n  return {\n    actions: Array,\n    /** The element to display as the comment author. */\n    author: PropTypes.any,\n    /** The element to display as the comment avatar - generally an antd Avatar */\n    avatar: PropTypes.any,\n    /** The main content of the comment */\n    content: PropTypes.any,\n    /** Comment prefix defaults to '.ant-comment' */\n    prefixCls: String,\n    /** A datetime element containing the time to be displayed */\n    datetime: PropTypes.any,\n  };\n}\n\nexport type CommentProps = Partial<ExtractPropTypes<ReturnType<typeof commentProps>>>;\n"],"names":["PropTypes"],"mappings":";;;;;AAGO,SAAS,YAAe,GAAA;AAC7B,EAAO,OAAA;AAAA,IACL,OAAS,EAAA,KAAA;AAAA;AAAA,IAET,QAAQA,gBAAU,CAAA,GAAA;AAAA;AAAA,IAElB,QAAQA,gBAAU,CAAA,GAAA;AAAA;AAAA,IAElB,SAASA,gBAAU,CAAA,GAAA;AAAA;AAAA,IAEnB,SAAW,EAAA,MAAA;AAAA;AAAA,IAEX,UAAUA,gBAAU,CAAA,GAAA;AAAA,GACtB,CAAA;AACF;;;;"}