bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
31 lines (30 loc) • 1.64 kB
TypeScript
import { BPlaceholderTableProps, BPlaceholderTableSlots } from '../../types';
type __VLS_Slots = BPlaceholderTableSlots;
declare const __VLS_base: import('vue').DefineComponent<BPlaceholderTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BPlaceholderTableProps> & Readonly<{}>, {
size: import('../..').PlaceholderSize;
variant: import('../..').ColorVariant | null;
rows: import('../../types/CommonTypes').Numberish;
noHeader: boolean;
footerVariant: import('../..').ColorVariant | null;
headerVariant: import('../..').ColorVariant | null;
animation: import('../..').PlaceholderAnimation;
columns: import('../../types/CommonTypes').Numberish;
footerAnimation: import('../..').PlaceholderAnimation;
footerSize: import('../..').PlaceholderSize;
headerAnimation: import('../..').PlaceholderAnimation;
headerSize: import('../..').PlaceholderSize;
cellWidth: import('../../types/CommonTypes').Numberish;
footerCellWidth: import('../../types/CommonTypes').Numberish;
footerColumns: import('../../types/CommonTypes').Numberish;
headerCellWidth: import('../../types/CommonTypes').Numberish;
headerColumns: import('../../types/CommonTypes').Numberish;
showFooter: 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;
};
};