UNPKG

vuetube

Version:

A fast, lightweight, lazyload vue component acting as a thin layer over the YouTube IFrame Player API which renders fast

11 lines (10 loc) 382 B
import { ScopedSlot } from 'vue/types/vnode'; import { PropsDefinition } from 'vue/types/options'; import { VNode } from 'vue/types/umd'; /** * Get normalized vue slot */ declare function getNormalizeSlot(name: string, props: PropsDefinition<any>, $slots: any, $scopedSlots: { [key: string]: ScopedSlot | undefined; }): VNode | VNode[]; export { getNormalizeSlot };