UNPKG

bootstrap-vue-3

Version:

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

46 lines (45 loc) 1.18 kB
import type { TextColorVariant } from '../../types'; declare const _sfc_main: import("vue").DefineComponent<{ text: { type: StringConstructor; required: false; }; tag: { type: StringConstructor; required: false; default: string; }; textVariant: { type: null; required: false; default: string; }; }, { props: { text?: string | undefined; tag: string; textVariant: TextColorVariant; }; 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; }; tag: { type: StringConstructor; required: false; default: string; }; textVariant: { type: null; required: false; default: string; }; }>>, { tag: string; textVariant: any; }>; export default _sfc_main;