diff --git a/src/declarations/stencil-public-runtime.ts b/src/declarations/stencil-public-runtime.ts index 3a029c88b7e..a475beb4cba 100644 --- a/src/declarations/stencil-public-runtime.ts +++ b/src/declarations/stencil-public-runtime.ts @@ -1129,6 +1129,8 @@ export namespace JSXBase { autoPlay?: boolean; autoplay?: boolean | string; controls?: boolean; + controlslist?: 'nodownload' | 'nofullscreen' | 'noremoteplayback'; + controlsList?: 'nodownload' | 'nofullscreen' | 'noremoteplayback'; crossOrigin?: string; crossorigin?: string; loop?: boolean;