Skip to content

Commit be65d72

Browse files
committed
shape
1 parent a0e5707 commit be65d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/elements.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ export interface HTMLAreaAttributes extends HTMLAttributes<HTMLAreaElement> {
868868
media?: string | undefined | null;
869869
referrerpolicy?: ReferrerPolicy | undefined | null;
870870
rel?: string | undefined | null;
871-
shape?: string | undefined | null;
871+
shape?: 'circle' | 'default' | 'poly' | 'rect' | undefined | null;
872872
target?: string | undefined | null;
873873
ping?: string | undefined | null;
874874
}

0 commit comments

Comments
 (0)