UNPKG

bootstrap-vue-3

Version:

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

50 lines (49 loc) 1.3 kB
import type { Booleanish } from '../../types'; declare const _sfc_main: import("vue").DefineComponent<{ ariaLabel: { type: StringConstructor; required: false; default: string; }; justify: { type: null; required: false; default: boolean; }; role: { type: StringConstructor; required: false; default: string; }; }, { props: { ariaLabel: string; justify: Booleanish; role: string; }; justifyBoolean: import("vue").ComputedRef<boolean>; classes: import("vue").ComputedRef<{ 'justify-content-between': boolean; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ ariaLabel: { type: StringConstructor; required: false; default: string; }; justify: { type: null; required: false; default: boolean; }; role: { type: StringConstructor; required: false; default: string; }; }>>, { ariaLabel: string; justify: any; role: string; }>; export default _sfc_main;