@wetspace/pro-components
Version:
::: tip 基本介绍
25 lines (24 loc) • 552 B
JavaScript
import { buildProps as e, definePropType as r } from "../../node_modules/.pnpm/element-plus@2.8.7_vue@3.5.12_typescript@5.3.3_/node_modules/element-plus/es/utils/vue/props/runtime.mjs";
const o = e({
appKey: {
type: r([String, Number]),
default: "@@wetspace"
},
activeKey: String
}), a = e({
label: String,
pageKey: {
type: String,
required: !0
},
loading: {
type: Boolean,
required: !1
},
isHome: Boolean,
routeFullPath: String
});
export {
a as wetProPageLabelsItemProps,
o as wetProPageLabelsProps
};