bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
12 lines (11 loc) • 733 B
TypeScript
import { BPlaceholderProps } from '../../types/ComponentProps';
declare const _default: import('vue').DefineComponent<BPlaceholderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BPlaceholderProps> & Readonly<{}>, {
size: import('../..').PlaceholderSize;
tag: string;
animation: import('../..').PlaceholderAnimation;
variant: import('../../types/ColorTypes').BgColorVariant | null;
width: import('../../types/CommonTypes').Numberish;
cols: import('../../types/CommonTypes').Numberish;
wrapperTag: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;