UNPKG

@vuesax-alpha/nightly

Version:
26 lines (21 loc) 517 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../../utils/index.js'); var runtime = require('../../../utils/vue/props/runtime.js'); const navbarItemProps = runtime.buildProps({ active: { type: Boolean }, to: { type: runtime.definePropType([String, Object]) }, link: { type: runtime.definePropType([Object]) }, id: { type: String, required: true } }); exports.navbarItemProps = navbarItemProps; //# sourceMappingURL=navbar-item.js.map