We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e5707 commit be65d72Copy full SHA for be65d72
packages/svelte/elements.d.ts
@@ -868,7 +868,7 @@ export interface HTMLAreaAttributes extends HTMLAttributes<HTMLAreaElement> {
868
media?: string | undefined | null;
869
referrerpolicy?: ReferrerPolicy | undefined | null;
870
rel?: string | undefined | null;
871
- shape?: string | undefined | null;
+ shape?: 'circle' | 'default' | 'poly' | 'rect' | undefined | null;
872
target?: string | undefined | null;
873
ping?: string | undefined | null;
874
}
0 commit comments