bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
27 lines (26 loc) • 1.29 kB
text/typescript
import { BAppProps } from '../../types';
declare var __VLS_6: {};
type __VLS_Slots = {} & {
default?: (props: typeof __VLS_6) => any;
};
declare const __VLS_base: import('vue').DefineComponent<BAppProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BAppProps> & Readonly<{}>, {
rtl: boolean | {
rtlInitial?: boolean;
localeInitial?: string;
};
teleportTo: string | import('vue').RendererElement | null;
defaults: Partial<import('../../types/BootstrapVueOptions').BvnComponentProps & {
global: Record<string, any>;
}>;
appendToast: boolean;
mergeDefaults: boolean | ((oldDefaults: Partial<import('../../types/BootstrapVueOptions').BvnComponentProps>, newDefaults: Partial<import('../../types/BootstrapVueOptions').BvnComponentProps>) => Partial<import('../../types/BootstrapVueOptions').BvnComponentProps>);
noOrchestrator: 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;
};
};