Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
7211671Y committed Jun 19, 2024
1 parent 6f1afbc commit 6064b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/**
* Les options de création pour les éléments HTML
*/
export type ElementOptions<K extends keyof HTMLElementTagNameMap> = Partial<
HTMLElementTagNameMap[K]
> & {
/* eslint-disable @typescript-eslint/no-explicit-any */
[attr: string]: any // Permettre des attributs personnalisés
}

Expand Down

0 comments on commit 6064b56

Please sign in to comment.