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'; /** * @param {{href?: string; to?: RouteLocationRaw}} props * @returns */ declare const _default: (props: { href?: string; to?: RouteLocationRaw; }) => boolean; export default _default;