UNPKG

@vuesax-alpha/nightly

Version:
22 lines (17 loc) 502 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../utils/index.js'); var runtime = require('../../../utils/vue/props/runtime.js'); const sidebarItemProps = runtime.buildProps({ to: { type: String }, href: { type: String }, target: { type: String, default: "_blank" }, id: { type: String }, arrow: { type: Boolean }, active: { type: Boolean } }); exports.sidebarItemProps = sidebarItemProps; //# sourceMappingURL=sidebar-item.js.map