{"version":3,"file":"props.mjs","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":[],"mappings":";;;AAGO,SAAS,YAAe,GAAA;AAC7B,EAAO,OAAA;AAAA,IACL,OAAS,EAAA,KAAA;AAAA;AAAA,IAET,QAAQ,SAAU,CAAA,GAAA;AAAA;AAAA,IAElB,QAAQ,SAAU,CAAA,GAAA;AAAA;AAAA,IAElB,SAAS,SAAU,CAAA,GAAA;AAAA;AAAA,IAEnB,SAAW,EAAA,MAAA;AAAA;AAAA,IAEX,UAAU,SAAU,CAAA,GAAA;AAAA,GACtB,CAAA;AACF;;;;"}