bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
58 lines (57 loc) • 2.52 kB
text/typescript
import { BAvatarProps, BAvatarSlots, Size } from '../../types';
type __VLS_Slots = BAvatarSlots;
declare const __VLS_base: import('vue').DefineComponent<BAvatarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
click: (value: MouseEvent) => any;
"img-error": (value: Event) => any;
}, string, import('vue').PublicProps, Readonly<BAvatarProps> & Readonly<{
onClick?: ((value: MouseEvent) => any) | undefined;
"onImg-error"?: ((value: Event) => any) | undefined;
}>, {
button: boolean;
target: import('../..').LinkTarget;
disabled: boolean;
text: string;
size: import('../..').LiteralUnion<Size, import('../../types/CommonTypes').Numberish>;
underlineOffset: import('../..').UnderlineOffset;
underlineOffsetHover: import('../..').UnderlineOffset;
underlineOpacity: import('../..').UnderlineOpacity;
underlineOpacityHover: import('../..').UnderlineOpacity;
underlineVariant: import('../..').ColorVariant | null;
active: boolean;
activeClass: string;
exactActiveClass: string;
href: string;
opacity: import('../..').LinkOpacity;
opacityHover: import('../..').LinkOpacity;
rel: string;
replace: boolean;
routerComponentName: string | import('vue').Component;
stretched: boolean;
variant: import('../..').ColorVariant | null;
bgVariant: import('../../types/ColorTypes').BgColorVariant | null;
textVariant: import('../..').TextColorVariant | null;
alt: string;
badge: boolean | string;
badgeBgVariant: import('../../types/ColorTypes').BgColorVariant | null;
badgePlacement: import('../..').CombinedPlacement;
badgeTextVariant: import('../..').TextColorVariant | null;
badgeVariant: import('../..').ColorVariant | null;
badgePill: boolean;
badgeDotIndicator: boolean;
buttonType: import('../..').ButtonType;
square: boolean;
src: string;
rounded: boolean | import('../..').RadiusElement;
roundedTop: boolean | import('../..').RadiusElement;
roundedBottom: boolean | import('../..').RadiusElement;
roundedStart: boolean | import('../..').RadiusElement;
roundedEnd: boolean | import('../..').RadiusElement;
}, {}, {}, {}, 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;
};
};