UNPKG

bootstrap-vue-3

Version:

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

61 lines (60 loc) 1.46 kB
declare const _sfc_main: import("vue").DefineComponent<{ id: { type: StringConstructor; required: false; }; inline: { type: null; required: false; default: boolean; }; tag: { type: StringConstructor; required: false; default: string; }; text: { type: StringConstructor; required: false; }; textVariant: { type: null; required: false; default: string; }; }, { props: any; inlineBoolean: Readonly<import("vue").Ref<boolean>>; computedClasses: import("vue").ComputedRef<(string[] | { 'form-text': boolean; })[]>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ id: { type: StringConstructor; required: false; }; inline: { type: null; required: false; default: boolean; }; tag: { type: StringConstructor; required: false; default: string; }; text: { type: StringConstructor; required: false; }; textVariant: { type: null; required: false; default: string; }; }>>, { tag: string; inline: any; textVariant: any; }>; export default _sfc_main;