Skip to content

Commit d3662e3

Browse files
authored
(svelte2tsx) update capture attribute (#729)
1 parent 7069031 commit d3662e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte2tsx/svelte-jsx.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ declare namespace svelte.JSX {
236236
autocomplete?: string;
237237
autofocus?: boolean;
238238
autoplay?: boolean;
239-
capture?: boolean;
239+
capture?: 'environment' | 'user' | boolean;
240240
cellpadding?: number | string;
241241
cellspacing?: number | string;
242242
charset?: string;

0 commit comments

Comments
 (0)