@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
22 lines (17 loc) • 502 B
JavaScript
;
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