bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
10 lines (9 loc) • 587 B
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;