{"version":3,"file":"props.mjs","sources":["../../../../../../packages/components/image/src/props.ts"],"sourcesContent":["import type { ExtractPropTypes } from 'vue';\n\nimport type { PreviewGroupPreview } from './interface';\n\nimport { anyType } from '@antdv/utils';\n\nexport function previewGroupProps() {\n  return {\n    previewPrefixCls: String,\n    preview: anyType<boolean | PreviewGroupPreview>(),\n  };\n}\n\nexport type ImageGroupProps = Partial<ExtractPropTypes<ReturnType<typeof previewGroupProps>>>;\n"],"names":[],"mappings":";;;AAMO,SAAS,iBAAoB,GAAA;AAClC,EAAO,OAAA;AAAA,IACL,gBAAkB,EAAA,MAAA;AAAA,IAClB,SAAS,OAAuC,EAAA;AAAA,GAClD,CAAA;AACF;;;;"}