{"version":3,"file":"affix-bottom2.mjs","sources":["../../../../../../packages/components/affix-bottom/src/affix-bottom.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\n\nexport const affixBottomProps = buildProps({\n  position: {\n    type: String,\n    default: 'absolute',\n    values: ['absolute', 'fixed'],\n  },\n  tag: {\n    type: String,\n    default: 'div',\n  },\n} as const)\nexport type AffixBottomProps = ExtractPropTypes<typeof affixBottomProps>\n\nexport const affixBottomEmits = {}\nexport type AffixBottomEmits = typeof affixBottomEmits\n"],"names":[],"mappings":";;AAIO,MAAM,mBAAmB,UAAW,CAAA;AAAA,EACzC,QAAU,EAAA;AAAA,IACR,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,UAAA;AAAA,IACT,MAAA,EAAQ,CAAC,UAAA,EAAY,OAAO,CAAA;AAAA,GAC9B;AAAA,EACA,GAAK,EAAA;AAAA,IACH,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,KAAA;AAAA,GACX;AACF,CAAU,EAAA;AAGH,MAAM,mBAAmB;;;;"}