UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

6 lines (5 loc) 157 B
import { RouteLocationRaw } from 'vue-router'; export declare const isLink: (props: Readonly<{ href?: string; to?: RouteLocationRaw; }>) => boolean;