UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

13 lines (12 loc) 631 B
import { BCloseButtonProps } from '../../types'; declare const __VLS_export: import('vue').DefineComponent<BCloseButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: (value: MouseEvent) => any; }, string, import('vue').PublicProps, Readonly<BCloseButtonProps> & Readonly<{ onClick?: ((value: MouseEvent) => any) | undefined; }>, { type: import('../..').ButtonType; disabled: boolean; ariaLabel: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;