UNPKG

bootstrap-vue-3

Version:

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

156 lines (155 loc) 4.68 kB
import type { Booleanish } from '../../types'; declare const _sfc_main: import("vue").DefineComponent<{ id: { type: StringConstructor; required: false; }; title: { type: StringConstructor; required: false; }; visible: { type: null; required: false; default: boolean; }; }, { props: { id?: string | undefined; title?: string | undefined; visible: Booleanish; }; visibleBoolean: import("vue").ComputedRef<boolean>; computedId: import("vue").ComputedRef<string>; parent: string; BCollapse: import("vue").DefineComponent<{ accordion: { type: StringConstructor; required: false; }; id: { type: StringConstructor; required: false; default: string; }; modelValue: { type: null; required: false; default: boolean; }; tag: { type: StringConstructor; required: false; default: string; }; toggle: { type: null; required: false; default: boolean; }; visible: { type: null; required: false; default: boolean; }; isNav: { type: null; required: false; default: boolean; }; }, { props: { accordion?: string | undefined; id: string; modelValue: Booleanish; tag: string; toggle: Booleanish; visible: Booleanish; isNav: Booleanish; }; modelValueBoolean: import("vue").ComputedRef<boolean>; toggleBoolean: import("vue").ComputedRef<boolean>; visibleBoolean: import("vue").ComputedRef<boolean>; isNavBoolean: import("vue").ComputedRef<boolean>; emit: { (e: "update:modelValue", value: boolean): void; (e: "show"): void; (e: "shown"): void; (e: "hide"): void; (e: "hidden"): void; }; element: import("vue").Ref<HTMLElement | undefined>; instance: import("vue").Ref<import("bootstrap/js/dist/collapse").default | undefined>; classes: import("vue").ComputedRef<{ show: boolean; 'navbar-collapse': boolean; }>; close: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "show" | "shown" | "hide" | "hidden")[], "update:modelValue" | "show" | "shown" | "hide" | "hidden", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ accordion: { type: StringConstructor; required: false; }; id: { type: StringConstructor; required: false; default: string; }; modelValue: { type: null; required: false; default: boolean; }; tag: { type: StringConstructor; required: false; default: string; }; toggle: { type: null; required: false; default: boolean; }; visible: { type: null; required: false; default: boolean; }; isNav: { type: null; required: false; default: boolean; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onShow?: ((...args: any[]) => any) | undefined; onShown?: ((...args: any[]) => any) | undefined; onHide?: ((...args: any[]) => any) | undefined; onHidden?: ((...args: any[]) => any) | undefined; }, { id: string; visible: any; modelValue: any; tag: string; toggle: any; isNav: any; }>; vBToggle: import("vue").Directive<HTMLElement, any>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ id: { type: StringConstructor; required: false; }; title: { type: StringConstructor; required: false; }; visible: { type: null; required: false; default: boolean; }; }>>, { visible: any; }>; export default _sfc_main;