Skip to content

Commit 2952dde

Browse files
authored
fix: Update cc_load_policy type to allow 0 or 1 (#194)
1 parent b183151 commit 2952dde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/youtube-video-element/youtube-video-element.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default class CustomVideoElement extends HTMLVideoElement {
99
disconnectedCallback(): void;
1010
config: {
1111
cc_lang_pref?: string;
12-
cc_load_policy?: 1;
12+
cc_load_policy?: 0 | 1;
1313
color?: 'red' | 'white';
1414
disablekb?: 0 | 1;
1515
enablejsapi?: 0 | 1;

0 commit comments

Comments
 (0)