UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

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