{"version":3,"file":"teleport.mjs","names":[],"sources":["../../../../../../packages/components/teleport/src/teleport.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\n\nimport type { ExtractPropTypes, ExtractPublicPropTypes } from 'vue'\nimport type Teleport from './teleport.vue'\n\nexport const teleportProps = buildProps({\n  to: {\n    type: definePropType<string | HTMLElement>([String, Object]),\n    required: true,\n  },\n  disabled: Boolean,\n} as const)\n\nexport type TeleportProps = ExtractPropTypes<typeof teleportProps>\nexport type TeleportPropsPublic = ExtractPublicPropTypes<typeof teleportProps>\nexport type TeleportInstance = InstanceType<typeof Teleport> & unknown\n"],"mappings":";;;AAKA,MAAa,gBAAgB,WAAW;CACtC,IAAI;EACF,MAAM,eAAqC,CAAC,QAAQ,OAAO,CAAC;EAC5D,UAAU;EACX;CACD,UAAU;CACX,CAAU"}