UNPKG

bootstrap-vue-next

Version:

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

32 lines (31 loc) 1.33 kB
import { BCarouselSlideProps, BCarouselSlideSlots } from '../../types'; type __VLS_Slots = BCarouselSlideSlots; declare const __VLS_base: import('vue').DefineComponent<BCarouselSlideProps, { _interval: Readonly<import('vue').Ref<number | "requestAnimationFrame" | undefined, number | "requestAnimationFrame" | undefined>>; _id: import('vue').ComputedRef<string>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BCarouselSlideProps> & Readonly<{}>, { text: string; id: string; interval: number | "requestAnimationFrame"; imgAlt: string; imgHeight: import('../../types/CommonTypes').Numberish; imgSrc: string; imgWidth: import('../../types/CommonTypes').Numberish; caption: string; background: string; captionTag: string; contentTag: string; contentVisibleUp: string; imgBlank: boolean; imgBlankColor: string; imgSrcset: string | readonly string[]; textTag: 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; }; };