Skip to content

Commit

Permalink
fix: add missing name attribute for details html element (#6188)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-gurevich authored Mar 8, 2025
1 parent 30fc9f5 commit aa1bc62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/declarations/stencil-public-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ export namespace JSXBase {

export interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
open?: boolean;
name?: string;
onToggle?: (event: Event) => void;
}

Expand Down

0 comments on commit aa1bc62

Please sign in to comment.