element-plus
Version:
A Component Library for Vue 3
1 lines • 870 B
Source Map (JSON)
{"version":3,"file":"teleport.mjs","sources":["../../../../../../packages/components/teleport/src/teleport.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils/props'\n\nimport type { ExtractPropTypes, StyleValue } from 'vue'\n\nexport const elTeleportProps = buildProps({\n container: {\n type: definePropType<string | HTMLElement>([String, Object]),\n default: 'body',\n },\n style: {\n type: definePropType<StyleValue>([String, Array, Object]),\n },\n zIndex: {\n type: String,\n default: '2000',\n },\n})\n\nexport type ElTeleportProps = ExtractPropTypes<typeof elTeleportProps>\n"],"names":[],"mappings":";;MAIa,kBAAkB,WAAW;AAAA,EACxC,WAAW;AAAA,IACT,MAAM,eAAqC,CAAC,QAAQ;AAAA,IACpD,SAAS;AAAA;AAAA,EAEX,OAAO;AAAA,IACL,MAAM,eAA2B,CAAC,QAAQ,OAAO;AAAA;AAAA,EAEnD,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA;AAAA;;;;"}