element-plus
Version:
A Component Library for Vue 3
1 lines • 741 B
Source Map (JSON)
{"version":3,"file":"breadcrumb.mjs","sources":["../../../../../../packages/components/breadcrumb/src/breadcrumb.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils/props'\n\nimport type { ExtractPropTypes, Component } from 'vue'\n\nexport const breadcrumbProps = buildProps({\n separator: {\n type: String,\n default: '/',\n },\n separatorIcon: {\n type: definePropType<string | Component>([String, Object]),\n default: '',\n },\n} as const)\nexport type BreadcrumbProps = ExtractPropTypes<typeof breadcrumbProps>\n"],"names":[],"mappings":";;MAIa,kBAAkB,WAAW;AAAA,EACxC,WAAW;AAAA,IACT,MAAM;AAAA,IACN,SAAS;AAAA;AAAA,EAEX,eAAe;AAAA,IACb,MAAM,eAAmC,CAAC,QAAQ;AAAA,IAClD,SAAS;AAAA;AAAA;;;;"}