UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

25 lines (24 loc) 1.2 kB
import { BImgProps } from '../../types'; declare const __VLS_export: import('vue').DefineComponent<BImgProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BImgProps> & Readonly<{}>, { tag: string | import('vue').Component; 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>; declare const _default: typeof __VLS_export; export default _default;