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 line
1.5 KiB

{"ast":null,"code":"import '../../../utils/index.mjs';\nimport { buildProps } from '../../../utils/vue/props/runtime.mjs';\nconst skeletonItemProps = buildProps({\n variant: {\n type: String,\n values: [\"circle\", \"rect\", \"h1\", \"h3\", \"text\", \"caption\", \"p\", \"image\", \"button\"],\n default: \"text\"\n }\n});\nexport { skeletonItemProps };","map":{"version":3,"names":["skeletonItemProps","buildProps","variant","type","String","values","default"],"sources":["../../../../../../packages/components/skeleton/src/skeleton-item.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\nimport type SkeletonItem from './skeleton-item.vue'\nimport type { ExtractPropTypes } from 'vue'\n\nexport const skeletonItemProps = buildProps({\n /**\n * @description the current rendering skeleton type\n */\n variant: {\n type: String,\n values: [\n 'circle',\n 'rect',\n 'h1',\n 'h3',\n 'text',\n 'caption',\n 'p',\n 'image',\n 'button',\n ],\n default: 'text',\n },\n} as const)\nexport type SkeletonItemProps = ExtractPropTypes<typeof skeletonItemProps>\n\nexport type SkeletonItemInstance = InstanceType<typeof SkeletonItem>\n"],"mappings":";;AACY,MAACA,iBAAiB,GAAGC,UAAU,CAAC;EAC1CC,OAAO,EAAE;IACPC,IAAI,EAAEC,MAAM;IACZC,MAAM,EAAE,CACN,QAAQ,EACR,MAAM,EACN,IAAI,EACJ,IAAI,EACJ,MAAM,EACN,SAAS,EACT,GAAG,EACH,OAAO,EACP,QAAQ,CACT;IACDC,OAAO,EAAE;EACb;AACA,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}