bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
11 lines (10 loc) • 621 B
text/typescript
import { BOrchestratorProps } from '../../types';
declare const __VLS_export: 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>;
declare const _default: typeof __VLS_export;
export default _default;