{"version":3,"file":"popover2.mjs","sources":["../../../../../../packages/components/popover/src/popover.ts"],"sourcesContent":["import { buildProps } from \"@xplus/utils/props\";\nimport type { ExtractPropTypes } from \"vue\";\n\nexport const popoverProps = buildProps({\n  effect: {\n    type: String,\n    default: \"light\",\n  },\n  popperClass: {\n    type: String,\n    Array,\n  },\n} as const);\n\nexport type PopoverProps = ExtractPropTypes<typeof popoverProps>;\n"],"names":[],"mappings":";;AACY,MAAC,YAAY,GAAG,UAAU,CAAC;AACvC,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,OAAO;AACpB,GAAG;AACH,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,KAAK;AACT,GAAG;AACH,CAAC;;;;"}