UNPKG

bootstrap-vue-3

Version:

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

76 lines (75 loc) 1.85 kB
import type { Alignment, Booleanish } from '../../types'; 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: { align?: Alignment | undefined; fill: Booleanish; justified: Booleanish; small: Booleanish; tag: string; }; fillBoolean: import("vue").ComputedRef<boolean>; justifiedBoolean: import("vue").ComputedRef<boolean>; smallBoolean: import("vue").ComputedRef<boolean>; classes: 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; }; }>>, { small: any; fill: any; tag: string; justified: any; }>; export default _sfc_main;