bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
10 lines (9 loc) • 587 B
text/typescript
import { BOrchestratorProps } from '../../types/ComponentProps';
declare const _default: import('vue').DefineComponent<BOrchestratorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BOrchestratorProps> & Readonly<{}>, {
filter: (item: import('../..').OrchestratorArrayValue) => boolean;
noPopovers: boolean;
noToasts: boolean;
noModals: boolean;
appendToast: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;