UNPKG

bootstrap-vue-3

Version:

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

126 lines (125 loc) 3.24 kB
import type { ColorVariant, TextColorVariant } from '../../types'; declare const _sfc_main: import("vue").DefineComponent<{ text: { type: StringConstructor; required: false; }; bgVariant: { type: null; required: false; }; borderVariant: { type: null; required: false; }; html: { type: StringConstructor; required: false; }; tag: { type: StringConstructor; required: false; default: string; }; textVariant: { type: null; required: false; }; }, { BCardHeadFoot: import("vue").DefineComponent<{ text: { type: StringConstructor; required: false; }; bgVariant: { type: null; required: false; }; borderVariant: { type: null; required: false; }; html: { type: StringConstructor; required: false; }; tag: { type: StringConstructor; required: false; default: string; }; textVariant: { type: null; required: false; }; }, { props: { text?: string | undefined; bgVariant?: ColorVariant | undefined; borderVariant?: ColorVariant | undefined; html?: string | undefined; tag: string; textVariant?: TextColorVariant | undefined; }; classes: import("vue").ComputedRef<{ [x: string]: boolean; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ text: { type: StringConstructor; required: false; }; bgVariant: { type: null; required: false; }; borderVariant: { type: null; required: false; }; html: { type: StringConstructor; required: false; }; tag: { type: StringConstructor; required: false; default: string; }; textVariant: { type: null; required: false; }; }>>, { tag: string; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ text: { type: StringConstructor; required: false; }; bgVariant: { type: null; required: false; }; borderVariant: { type: null; required: false; }; html: { type: StringConstructor; required: false; }; tag: { type: StringConstructor; required: false; default: string; }; textVariant: { type: null; required: false; }; }>>, { tag: string; }>; export default _sfc_main;