Skip to content

Commit b5e0785

Browse files
authored
(fix) add part attribute
#703
1 parent b844861 commit b5e0785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte2tsx/svelte-jsx.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ declare namespace svelte.JSX {
325325
novalidate?: boolean;
326326
open?: boolean;
327327
optimum?: number;
328+
part?: string;
328329
pattern?: string;
329330
placeholder?: string;
330331
playsinline?: boolean;

0 commit comments

Comments
 (0)