UNPKG

bootstrap-vue-3

Version:

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

32 lines (31 loc) 864 B
import type { Booleanish } from '../../types'; declare const _sfc_main: import("vue").DefineComponent<{ value: { type: null; required: false; }; disabled: { type: null; required: false; default: boolean; }; }, { props: { value?: unknown; disabled: Booleanish; }; disabledBoolean: import("vue").ComputedRef<boolean>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ value: { type: null; required: false; }; disabled: { type: null; required: false; default: boolean; }; }>>, { disabled: any; }>; export default _sfc_main;