UNPKG

@vuesax-alpha/nightly

Version:
18 lines (15 loc) 404 B
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