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