You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.3 KiB
1 lines
1.3 KiB
{"ast":null,"code":"import { buildProps } from '../../../utils/vue/props/runtime.mjs';\nconst carouselItemProps = buildProps({\n name: {\n type: String,\n default: \"\"\n },\n label: {\n type: [String, Number],\n default: \"\"\n }\n});\nexport { carouselItemProps };","map":{"version":3,"names":["carouselItemProps","buildProps","name","type","String","default","label","Number"],"sources":["../../../../../../packages/components/carousel/src/carousel-item.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\nimport type { ExtractPropTypes } from 'vue'\n\nexport const carouselItemProps = buildProps({\n /**\n * @description name of the item, can be used in `setActiveItem`\n */\n name: { type: String, default: '' },\n /**\n * @description text content for the corresponding indicator\n */\n label: {\n type: [String, Number],\n default: '',\n },\n} as const)\n\nexport type CarouselItemProps = ExtractPropTypes<typeof carouselItemProps>\n"],"mappings":";AACY,MAACA,iBAAiB,GAAGC,UAAU,CAAC;EAC1CC,IAAI,EAAE;IAAEC,IAAI,EAAEC,MAAM;IAAEC,OAAO,EAAE;EAAE,CAAE;EACnCC,KAAK,EAAE;IACLH,IAAI,EAAE,CAACC,MAAM,EAAEG,MAAM,CAAC;IACtBF,OAAO,EAAE;EACb;AACA,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|