UNPKG

bootstrap-vue-3

Version:

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

66 lines (65 loc) 1.71 kB
import { type StyleValue } from 'vue'; declare const _sfc_main: import("vue").DefineComponent<{ tag: { type: StringConstructor; required: false; default: string; }; width: { type: (StringConstructor | NumberConstructor)[]; required: false; }; cols: { type: (StringConstructor | NumberConstructor)[]; required: false; }; variant: { type: null; required: false; }; size: { type: null; required: false; }; animation: { type: null; required: false; }; }, { props: any; widthString: import("vue").ComputedRef<string | undefined>; colsString: import("vue").ComputedRef<string | undefined>; computedClasses: import("vue").ComputedRef<{ [x: string]: boolean; }>; computedStyle: import("vue").ComputedRef<StyleValue | undefined>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ tag: { type: StringConstructor; required: false; default: string; }; width: { type: (StringConstructor | NumberConstructor)[]; required: false; }; cols: { type: (StringConstructor | NumberConstructor)[]; required: false; }; variant: { type: null; required: false; }; size: { type: null; required: false; }; animation: { type: null; required: false; }; }>>, { tag: string; }>; export default _sfc_main;