UNPKG

bootstrap-vue-3

Version:

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

21 lines (20 loc) 673 B
import type { ColorVariant } from '../../types'; declare const _sfc_main: import("vue").DefineComponent<{ variant: { type: null; required: false; }; }, { props: { variant?: ColorVariant | 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<{ variant: { type: null; required: false; }; }>>, {}>; export default _sfc_main;