UNPKG

element-plus

Version:

A Component Library for Vue 3

15 lines (11 loc) 306 B
'use strict'; var runtime = require('../../../utils/vue/props/runtime.js'); const teleportProps = runtime.buildProps({ to: { type: runtime.definePropType([String, Object]), required: true }, disabled: Boolean }); exports.teleportProps = teleportProps; //# sourceMappingURL=teleport.js.map