bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
32 lines (31 loc) • 1.39 kB
text/typescript
import { BTableSimpleProps, BTableSimpleSlots } from '../../types';
type __VLS_Slots = BTableSimpleSlots;
declare const __VLS_base: import('vue').DefineComponent<BTableSimpleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BTableSimpleProps> & Readonly<{}>, {
dark: boolean;
id: string;
variant: import('../..').ColorVariant | null;
responsive: boolean | import('../..').Breakpoint;
fixed: boolean;
striped: boolean;
borderVariant: import('../../types/ColorTypes').BorderColorVariant | null;
tableClass: import('../../types/AnyValuedAttributes').ClassValue;
bordered: boolean;
borderless: boolean;
captionTop: boolean;
hover: boolean;
noBorderCollapse: boolean;
outlined: boolean;
small: boolean;
stacked: boolean | import('../..').Breakpoint;
stickyHeader: boolean | import('../../types/CommonTypes').Numberish;
stripedColumns: boolean;
tableAttrs: Readonly<import('../../types/AnyValuedAttributes').AttrsValue>;
}, {}, {}, {}, 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;
};
};