UNPKG

bootstrap-vue-3

Version:

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

109 lines (108 loc) 2.7 kB
import type { Booleanish } from '../../types'; declare const _sfc_main: import("vue").DefineComponent<{ ariaLive: { type: StringConstructor; required: false; }; forceShow: { type: null; required: false; default: boolean; }; id: { type: StringConstructor; required: false; }; text: { type: StringConstructor; required: false; }; role: { type: StringConstructor; required: false; }; state: { type: null; required: false; default: undefined; }; tag: { type: StringConstructor; required: false; default: string; }; tooltip: { type: null; required: false; default: boolean; }; }, { props: { ariaLive?: string | undefined; forceShow: Booleanish; id?: string | undefined; text?: string | undefined; role?: string | undefined; state: Booleanish; tag: string; tooltip: Booleanish; }; forceShowBoolean: import("vue").ComputedRef<boolean>; stateBoolean: import("vue").ComputedRef<boolean | undefined>; tooltipBoolean: import("vue").ComputedRef<boolean>; computedShow: import("vue").ComputedRef<boolean>; classes: import("vue").ComputedRef<{ 'd-block': boolean; 'invalid-feedback': boolean; 'invalid-tooltip': boolean; }>; attrs: import("vue").ComputedRef<{ id: string | undefined; role: string | undefined; 'aria-live': string | undefined; 'aria-atomic': string | undefined; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ ariaLive: { type: StringConstructor; required: false; }; forceShow: { type: null; required: false; default: boolean; }; id: { type: StringConstructor; required: false; }; text: { type: StringConstructor; required: false; }; role: { type: StringConstructor; required: false; }; state: { type: null; required: false; default: undefined; }; tag: { type: StringConstructor; required: false; default: string; }; tooltip: { type: null; required: false; default: boolean; }; }>>, { tag: string; tooltip: any; forceShow: any; state: any; }>; export default _sfc_main;