bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
12 lines (11 loc) • 611 B
TypeScript
import { BCloseButtonProps } from '../../types/ComponentProps';
declare const _default: 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;
}>, {
disabled: boolean;
type: import('../..').ButtonType;
ariaLabel: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
export default _default;