UNPKG

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) 201 B
import { TeleportProps } from 'vue'; export type Numberish = string | number; export type TeleporterProps = { teleportDisabled?: TeleportProps['disabled']; teleportTo?: TeleportProps['to']; };