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
943 B

{"ast":null,"code":"import { buildProps } from '../../../utils/vue/props/runtime.mjs';\nconst anchorLinkProps = buildProps({\n title: String,\n href: String\n});\nexport { anchorLinkProps };","map":{"version":3,"names":["anchorLinkProps","buildProps","title","String","href"],"sources":["../../../../../../packages/components/anchor/src/anchor-link.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\n\nimport type { ExtractPropTypes } from 'vue'\n\nexport const anchorLinkProps = buildProps({\n /**\n * @description the text content of the anchor link\n */\n title: String,\n /**\n * @description The address of the anchor link\n */\n href: String,\n})\n\nexport type AnchorLinkProps = ExtractPropTypes<typeof anchorLinkProps>\n"],"mappings":";AACY,MAACA,eAAe,GAAGC,UAAU,CAAC;EACxCC,KAAK,EAAEC,MAAM;EACbC,IAAI,EAAED;AACR,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}