@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
18 lines (15 loc) • 404 B
JavaScript
import '../../../utils/index.mjs';
import { buildProps } from '../../../utils/vue/props/runtime.mjs';
const sidebarItemProps = buildProps({
to: { type: String },
href: { type: String },
target: {
type: String,
default: "_blank"
},
id: { type: String },
arrow: { type: Boolean },
active: { type: Boolean }
});
export { sidebarItemProps };
//# sourceMappingURL=sidebar-item.mjs.map