{"version":3,"file":"props.mjs","sources":["../../../../../../packages/components/popover/src/props.ts"],"sourcesContent":["import type { ExtractPropTypes } from 'vue';\nimport { anyType } from '@antdv/utils';\nimport { abstractTooltipProps } from '../../tooltip';\n\nexport function popoverProps() {\n  return {\n    ...abstractTooltipProps(),\n    content: anyType(),\n    title: anyType(),\n  };\n}\n\nexport type PopoverProps = Partial<ExtractPropTypes<ReturnType<typeof popoverProps>>>;\n"],"names":[],"mappings":";;;;;AAIO,SAAS,YAAe,GAAA;AAC7B,EAAO,OAAA;AAAA,IACL,GAAG,oBAAqB,EAAA;AAAA,IACxB,SAAS,OAAQ,EAAA;AAAA,IACjB,OAAO,OAAQ,EAAA;AAAA,GACjB,CAAA;AACF;;;;"}