UNPKG

bootstrap-vue-3

Version:

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

66 lines (65 loc) 1.69 kB
import type { Booleanish, ButtonType } from '../../types'; declare const _sfc_main: import("vue").DefineComponent<{ ariaLabel: { type: StringConstructor; required: false; default: string; }; disabled: { type: null; required: false; default: boolean; }; white: { type: null; required: false; default: boolean; }; type: { type: null; required: false; default: string; }; }, { props: { ariaLabel: string; disabled: Booleanish; white: Booleanish; type: ButtonType; }; emit: (e: 'click', value: MouseEvent) => void; disabledBoolean: import("vue").ComputedRef<boolean>; whiteBoolean: import("vue").ComputedRef<boolean>; classes: import("vue").ComputedRef<{ 'btn-close-white': boolean; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ ariaLabel: { type: StringConstructor; required: false; default: string; }; disabled: { type: null; required: false; default: boolean; }; white: { type: null; required: false; default: boolean; }; type: { type: null; required: false; default: string; }; }>> & { onClick?: ((...args: any[]) => any) | undefined; }, { type: any; ariaLabel: string; disabled: any; white: any; }>; export default _sfc_main;