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

{"ast":null,"code":"import { buildProps } from '../../../utils/vue/props/runtime.mjs';\nconst emptyProps = buildProps({\n image: {\n type: String,\n default: \"\"\n },\n imageSize: Number,\n description: {\n type: String,\n default: \"\"\n }\n});\nexport { emptyProps };","map":{"version":3,"names":["emptyProps","buildProps","image","type","String","default","imageSize","Number","description"],"sources":["../../../../../../packages/components/empty/src/empty.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\nimport type { ExtractPropTypes } from 'vue'\n\nexport const emptyProps = buildProps({\n /**\n * @description image URL of empty\n */\n image: {\n type: String,\n default: '',\n },\n /**\n * @description image size (width) of empty\n */\n imageSize: Number,\n /**\n * @description description of empty\n */\n description: {\n type: String,\n default: '',\n },\n} as const)\n\nexport type EmptyProps = ExtractPropTypes<typeof emptyProps>\n"],"mappings":";AACY,MAACA,UAAU,GAAGC,UAAU,CAAC;EACnCC,KAAK,EAAE;IACLC,IAAI,EAAEC,MAAM;IACZC,OAAO,EAAE;EACb,CAAG;EACDC,SAAS,EAAEC,MAAM;EACjBC,WAAW,EAAE;IACXL,IAAI,EAAEC,MAAM;IACZC,OAAO,EAAE;EACb;AACA,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}