UNPKG

@vuesax-alpha/nightly

Version:
22 lines (19 loc) 420 B
import '../../../utils/index.mjs'; import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs'; const navbarItemProps = buildProps({ active: { type: Boolean }, to: { type: definePropType([String, Object]) }, link: { type: definePropType([Object]) }, id: { type: String, required: true } }); export { navbarItemProps }; //# sourceMappingURL=navbar-item.mjs.map