diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index cd4133a9af1..504adbde2d1 100644 --- a/packages/runtime-dom/types/jsx.d.ts +++ b/packages/runtime-dom/types/jsx.d.ts @@ -469,7 +469,7 @@ export interface InputHTMLAttributes extends HTMLAttributes { alt?: string autocomplete?: string autofocus?: boolean - capture?: boolean // https://www.w3.org/tr/html-media-capture/#the-capture-attribute + capture?: 'user' | 'environment' // https://www.w3.org/tr/html-media-capture/#the-capture-attribute checked?: boolean crossorigin?: string disabled?: boolean