Skip to content

Commit

Permalink
backport #3868
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Jan 12, 2024
1 parent 5e57c18 commit f234437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export type ComponentChild =
export type ComponentChildren = ComponentChild[] | ComponentChild;

export interface Attributes {
key?: Key;
jsx?: boolean;
key?: Key | undefined;
jsx?: boolean | undefined;
}

export interface ClassAttributes<T> extends Attributes {
Expand Down

0 comments on commit f234437

Please sign in to comment.