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