Skip to content

Commit aa1bc62

Browse files
authored
fix: add missing name attribute for details html element (#6188)
1 parent 30fc9f5 commit aa1bc62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/declarations/stencil-public-runtime.ts

+1
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ export namespace JSXBase {
921921

922922
export interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
923923
open?: boolean;
924+
name?: string;
924925
onToggle?: (event: Event) => void;
925926
}
926927

0 commit comments

Comments
 (0)