Skip to content

Commit

Permalink
add name attribute to HTMLDetailsAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrozatier committed Apr 1, 2024
1 parent 8c4769d commit 27ff9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte/elements.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,7 @@ export interface HTMLDataAttributes extends HTMLAttributes<HTMLDataElement> {

export interface HTMLDetailsAttributes extends HTMLAttributes<HTMLDetailsElement> {
open?: boolean | undefined | null;
name?: string | undefined | null;

'bind:open'?: boolean | undefined | null;

Expand Down

0 comments on commit 27ff9e2

Please sign in to comment.