bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
50 lines (49 loc) • 2.47 kB
TypeScript
import { BCardProps, BCardSlots } from '../../types';
type __VLS_Slots = BCardSlots;
declare const __VLS_base: import('vue').DefineComponent<BCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BCardProps> & Readonly<{}>, {
title: string;
variant: import('../..').ColorVariant | null;
tag: string;
bodyClass: import('../../types/AnyValuedAttributes').ClassValue;
footerClass: import('../../types/AnyValuedAttributes').ClassValue;
headerClass: import('../../types/AnyValuedAttributes').ClassValue;
bgVariant: import('../../types/ColorTypes').BgColorVariant | null;
textVariant: import('../..').TextColorVariant | null;
headerTag: string;
align: import('../..').AlignmentTextHorizontal;
bodyBgVariant: import('../../types/ColorTypes').BgColorVariant | null;
bodyBorderVariant: import('../../types/ColorTypes').BorderColorVariant | null;
bodyTag: string;
bodyText: string;
bodyTextVariant: import('../..').TextColorVariant | null;
borderVariant: import('../../types/ColorTypes').BorderColorVariant | null;
footer: string;
footerBgVariant: import('../../types/ColorTypes').BgColorVariant | null;
footerBorderVariant: import('../../types/ColorTypes').BorderColorVariant | null;
footerTag: string;
footerTextVariant: import('../..').TextColorVariant | null;
footerVariant: import('../..').ColorVariant | null;
header: string;
headerBgVariant: import('../../types/ColorTypes').BgColorVariant | null;
headerBorderVariant: import('../../types/ColorTypes').BorderColorVariant | null;
headerTextVariant: import('../..').TextColorVariant | null;
headerVariant: import('../..').ColorVariant | null;
imgAlt: string;
imgPlacement: import('../..').Placement | "overlay";
imgHeight: import('../../types/CommonTypes').Numberish;
imgSrc: string;
imgWidth: import('../../types/CommonTypes').Numberish;
noBody: boolean;
subtitle: string;
subtitleTag: string;
subtitleTextVariant: import('../..').TextColorVariant | null;
titleTag: string;
}, {}, {}, {}, 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;
};
};