bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
47 lines (46 loc) • 1.89 kB
TypeScript
import { BNavItemProps, BNavItemSlots } from '../../types';
type __VLS_Slots = BNavItemSlots;
declare const __VLS_base: import('vue').DefineComponent<BNavItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
click: (value: MouseEvent) => any;
}, string, import('vue').PublicProps, Readonly<BNavItemProps> & Readonly<{
onClick?: ((value: MouseEvent) => any) | undefined;
}>, {
target: import('../..').LinkTarget;
disabled: boolean;
to: import('vue-router').RouteLocationRaw;
underlineOffset: import('../..').UnderlineOffset;
underlineOffsetHover: import('../..').UnderlineOffset;
underlineOpacity: import('../..').UnderlineOpacity;
underlineOpacityHover: import('../..').UnderlineOpacity;
underlineVariant: import('../..').ColorVariant | null;
active: boolean;
activeClass: string;
exactActiveClass: string;
href: string;
icon: boolean;
noRel: boolean;
opacity: import('../..').LinkOpacity;
opacityHover: import('../..').LinkOpacity;
prefetch: boolean;
prefetchOn: Partial<{
visibility: boolean;
interaction: boolean;
}>;
noPrefetch: boolean;
prefetchedClass: import('../../types/AnyValuedAttributes').ClassValue;
rel: string;
replace: boolean;
routerComponentName: string | import('vue').Component;
stretched: boolean;
variant: import('../..').ColorVariant | null;
linkClass: import('../../types/AnyValuedAttributes').ClassValue;
linkAttrs: Readonly<import('../../types/AnyValuedAttributes').AttrsValue>;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
declare const _default: typeof __VLS_export;
export default _default;
type __VLS_WithSlots<T, S> = T & {
new (): {
$slots: S;
};
};