UNPKG

vuetube

Version:

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

7 lines (6 loc) 170 B
/** * Load youtube API * @link https://developers.google.com/youtube/iframe_api_reference */ declare function loadYoutubeAPI(): void; export { loadYoutubeAPI };