We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771e4e7 commit 0e74b30Copy full SHA for 0e74b30
src/runtime/registry/youtube-player.ts
@@ -5,7 +5,7 @@ import { useHead } from '#imports'
5
import type { RegistryScriptInput } from '#nuxt-scripts'
6
7
export interface YouTubePlayerApi {
8
- YT: typeof YT
+ YT: typeof YT & { ready: (fn: () => void) => void }
9
}
10
11
declare global {
0 commit comments