bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
24 lines (23 loc) • 1.14 kB
TypeScript
import { BCardImgProps } from '../../types';
declare const __VLS_export: import('vue').DefineComponent<BCardImgProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BCardImgProps> & Readonly<{}>, {
fluid: boolean;
placement: import('../..').Placement | "overlay";
width: import('../../types/CommonTypes').Numberish;
height: import('../../types/CommonTypes').Numberish;
src: string;
blank: boolean;
blankColor: string;
block: boolean;
fluidGrow: boolean;
lazy: boolean;
sizes: string | readonly string[];
srcset: string | readonly string[];
thumbnail: boolean;
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 _default: typeof __VLS_export;
export default _default;