bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
24 lines (23 loc) • 1.14 kB
TypeScript
import { BImgProps } from '../../types/ComponentProps';
declare const _default: import('vue').DefineComponent<BImgProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BImgProps> & Readonly<{}>, {
tag: string;
fluid: boolean;
placement: Extract<import('../..').Placement, "start" | "end"> | "center";
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;