UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

11 lines (10 loc) 249 B
import type { RouteLocationRaw } from 'vue-router'; declare const _default: (props: { href?: string; to?: RouteLocationRaw; }) => boolean; /** * @param {{href?: string; to?: RouteLocationRaw}} props * @returns */ export default _default;