UNPKG

yanzhen-design-vue

Version:

12 lines (11 loc) 262 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const vue = require("vue"); function useZIndex(props) { const { zIndex } = vue.toRefs(props); const ctx = { zIndex }; return ctx; } exports.useZIndex = useZIndex;