bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
23 lines (22 loc) • 1.1 kB
TypeScript
import { BCardImgProps } from '../../types/ComponentProps';
declare const _default: 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>;
export default _default;