bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
7 lines (6 loc) • 487 B
text/typescript
import { MaybeRefOrGetter } from 'vue';
export declare const useModal: (id?: MaybeRefOrGetter<string | undefined>) => {
show(): void;
hide(trigger?: string): void;
modal: import('vue').ComputedRef<import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null | undefined>;
};