UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

3 lines (2 loc) 236 B
import { ComponentPublicInstance } from 'vue'; export declare const getElement: (element: string | Readonly<ComponentPublicInstance> | Readonly<HTMLElement> | null, root?: HTMLElement | Document | undefined) => HTMLElement | undefined;