bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
32 lines (31 loc) • 1.55 kB
TypeScript
import { BPlaceholderCardProps, BPlaceholderCardSlots } from '../../types';
type __VLS_Slots = BPlaceholderCardSlots;
declare const __VLS_base: import('vue').DefineComponent<BPlaceholderCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BPlaceholderCardProps> & Readonly<{}>, {
size: import('../..').PlaceholderSize;
variant: import('../..').ColorVariant | null;
noHeader: boolean;
footerVariant: import('../..').ColorVariant | null;
headerVariant: import('../..').ColorVariant | null;
imgPlacement: Extract<import('../..').Placement, "top" | "bottom">;
imgHeight: import('../../types/CommonTypes').Numberish;
imgSrc: string;
noFooter: boolean;
animation: import('../..').PlaceholderAnimation;
imgBlankColor: string;
noButton: boolean;
footerAnimation: import('../..').PlaceholderAnimation;
footerSize: import('../..').PlaceholderSize;
footerWidth: import('../../types/CommonTypes').Numberish;
headerAnimation: import('../..').PlaceholderAnimation;
headerSize: import('../..').PlaceholderSize;
headerWidth: import('../../types/CommonTypes').Numberish;
noImg: boolean;
}, {}, {}, {}, 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;
};
};