UNPKG

element-plus

Version:

A Component Library for Vue 3

28 lines (23 loc) 569 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../utils/index.js'); var runtime = require('../../../utils/vue/props/runtime.js'); const teleportProps = runtime.buildProps({ container: { type: runtime.definePropType(String), default: "body" }, disabled: { type: Boolean, default: false }, style: { type: runtime.definePropType([String, Array, Object]) }, zIndex: { type: String, default: "2000" } }); exports.teleportProps = teleportProps; //# sourceMappingURL=teleport.js.map