UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

4 lines (3 loc) 161 B
import { VNode } from '@vue/runtime-core'; import { Slots } from 'vue'; export declare const normalizeSlot: (name: string, scope?: {}, $slots?: Slots) => VNode;