UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

70 lines (69 loc) 1.71 kB
declare const _sfc_main: import("vue").DefineComponent<{ align: { type: null; required: false; }; fill: { type: null; required: false; default: boolean; }; justified: { type: null; required: false; default: boolean; }; small: { type: null; required: false; default: boolean; }; tag: { type: StringConstructor; required: false; default: string; }; }, { props: any; fillBoolean: Readonly<import("vue").Ref<boolean>>; justifiedBoolean: Readonly<import("vue").Ref<boolean>>; smallBoolean: Readonly<import("vue").Ref<boolean>>; alignment: Readonly<import("vue").Ref<string>>; computedClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'nav-fill': boolean; 'nav-justified': boolean; small: boolean; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ align: { type: null; required: false; }; fill: { type: null; required: false; default: boolean; }; justified: { type: null; required: false; default: boolean; }; small: { type: null; required: false; default: boolean; }; tag: { type: StringConstructor; required: false; default: string; }; }>>, { fill: any; tag: string; small: any; justified: any; }>; export default _sfc_main;